diff --git a/docs/getting-started-guides/aws-coreos.md b/docs/getting-started-guides/aws-coreos.md index 295b43d194c..d205ca13fd9 100644 --- a/docs/getting-started-guides/aws-coreos.md +++ b/docs/getting-started-guides/aws-coreos.md @@ -28,10 +28,10 @@ The [cloudformation-template.json](aws/cloudformation-template.json) can be used aws cloudformation create-stack --stack-name kubernetes --region us-west-2 \ --template-body file://aws/cloudformation-template.json \ --parameters ParameterKey=KeyPair,ParameterValue= \ ---parameters ParameterKey=ClusterSize,ParameterValue= \ ---parameters ParameterKey=VpcId,ParameterValue= \ ---parameters ParameterKey=SubnetId,ParameterValue= \ ---parameters ParameterKey=SubnetAZ,ParameterValue= \ + ParameterKey=ClusterSize,ParameterValue= \ + ParameterKey=VpcId,ParameterValue= \ + ParameterKey=SubnetId,ParameterValue= \ + ParameterKey=SubnetAZ,ParameterValue= ``` It will take a few minutes for the entire stack to come up. You can monitor the stack progress with the following command: