@@ -62,7 +62,7 @@ requires:
62
62
----
63
63
<1> A short, representative cluster name to use for hostnames, etc.
64
64
<2> Specify the cluster name that you used when you generated the `install-config.yaml` file for the cluster.
65
- <3> The VPC ID in which the cluster 's subnet will be created.
65
+ <3> The VPC ID in which the Local Zone 's subnet will be created.
66
66
<4> Specify the `VpcId` value from the output of the CloudFormation template
67
67
for the VPC.
68
68
<5> The Public Route Table ID for the VPC.
@@ -90,11 +90,11 @@ You must enter the command on a single line.
90
90
+
91
91
[source,terminal]
92
92
----
93
- $ aws cloudformation create-stack --stack-name <name > \ <1>
93
+ $ aws cloudformation create-stack --stack-name <subnet_stack_name > \ <1>
94
94
--template-body file://<template>.yaml \ <2>
95
95
--parameters file://<parameters>.json <3>
96
96
----
97
- <1> `<name >` is the name for the CloudFormation stack, such as `cluster-lz-<local_zone_shortname>` .
97
+ <1> `<subnet_stack_name >` is the name for the CloudFormation stack, such as `cluster-lz-<local_zone_shortname>` .
98
98
You need the name of this stack if you remove the cluster.
99
99
<2> `<template>` is the relative path to and name of the CloudFormation template
100
100
YAML file that you saved.
@@ -111,7 +111,7 @@ arn:aws:cloudformation:us-east-1:123456789012:stack/cluster-lz-nyc1/dbedae40-2fd
111
111
+
112
112
[source,terminal]
113
113
----
114
- $ aws cloudformation describe-stacks -- stack-name <name >
114
+ $ aws cloudformation describe-stacks -- stack-name <subnet _stack_name >
115
115
----
116
116
+
117
117
After the `StackStatus` displays `CREATE_COMPLETE` , the output displays values
0 commit comments