@@ -33,7 +33,6 @@ Configure aws-cli
3333
3434Run ``aws configure `` to set your AWS credentials:
3535
36-
3736.. code-block :: console
3837
3938 $ aws configure
@@ -168,20 +167,28 @@ Run the cloudformation provision script to spawn a new CoreOS cluster:
168167
169168 $ cd contrib/ec2
170169 $ ./provision-ec2-cluster.sh
170+ Creating CloudFormation stack deis
171171 {
172- "StackId": "arn:aws:cloudformation:us-west -1:413516094235 :stack/deis/9699ec20-c257-11e3-99eb-50fa01cd4496 "
172+ "StackId": "arn:aws:cloudformation:us-east -1:69326027886 :stack/deis/1e9916b0-d7ea-11e4-a0be-50d2020578e0 "
173173 }
174- Your Deis cluster has successfully deployed.
175- Please wait for all instances to come up as "running" before continuing.
174+ Waiting for instances to be created...
175+ Waiting for instances to be created...
176+ Waiting for instances to pass initial health checks...
177+ Waiting for instances to pass initial health checks...
178+ Waiting for instances to pass initial health checks...
179+ Instances are available:
180+ i-5c3c91aa 203.0.113.91 m3.large us-east-1a running
181+ i-403c91b6 203.0.113.20 m3.large us-east-1a running
182+ i-e36fc6ee 203.0.113.31 m3.large us-east-1b running
183+ Using ELB deis-DeisWebE-17PGCR3KPJC54 at deis-DeisWebE-17PGCR3KPJC54-1499385382.us-east-1.elb.amazonaws.com
184+ Your Deis cluster has been successfully deployed to AWS CloudFormation and is started.
185+ Please continue to follow the instructions in the documentation.
176186
177187 .. note ::
178188
179189 The default name of the CloudFormation stack will be ``deis ``. You can specify a different name
180190 with ``./provision-ec2-cluster.sh <name> ``.
181191
182- Check the AWS EC2 web control panel and wait until "Status Checks" for all instances have passed.
183- This will take several minutes.
184-
185192
186193Configure DNS
187194-------------
@@ -222,4 +229,3 @@ Please reference the AWS documentation for `more information about CloudFormatio
222229.. _`PyYAML` : http://pyyaml.org/
223230.. _`update_ec2_cluster.sh` : https://github.com/deis/deis/blob/master/contrib/ec2/update-ec2-cluster.sh
224231.. _`More information about CloudFormation stack updates` : http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks.html
225-
0 commit comments