Skip to content

Commit 6faa68f

Browse files
mjpytlakkalexand-rh
authored andcommitted
OSDCOS-4814: Final AWS Local Zone updates ahead of GA
1 parent 2988268 commit 6faa68f

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

installing/installing_aws/installing-aws-localzone.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ Be sure to also review this site list if you are configuring a proxy.
4242

4343
include::modules/cluster-entitlements.adoc[leveloffset=+1]
4444

45-
include::modules/installation-aws-tested-machine-types.adoc[leveloffset=+2]
46-
4745
include::modules/installation-aws-add-local-zone-locations.adoc[leveloffset=+1]
4846

4947
include::modules/installation-aws-marketplace-subscribe.adoc[leveloffset=+1]
@@ -66,7 +64,8 @@ include::modules/installation-obtaining-installer.adoc[leveloffset=+1]
6664
include::modules/ssh-agent-using.adoc[leveloffset=+1]
6765

6866
include::modules/installation-user-infra-generate.adoc[leveloffset=+1]
69-
67+
include::modules/installation-minimum-resource-requirements.adoc[leveloffset=+2]
68+
include::modules/installation-aws-tested-machine-types.adoc[leveloffset=+2]
7069
include::modules/installation-generate-aws-user-infra-install-config.adoc[leveloffset=+2]
7170

7271
[role="_additional-resources"]

modules/installation-aws-tested-machine-types.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ ifdef::localzone[]
4141
.Machine types based on x86_64 architecture for AWS Local Zones
4242
[%collapsible]
4343
====
44+
* `c5.2xlarge`
45+
* `c5d.2xlarge`
4446
* `m5.xlarge`
47+
* `m5.2xlarge`
48+
* `t3.xlarge`
4549
====
4650
endif::localzone[]
4751

modules/installation-creating-aws-subnet-localzone.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ requires:
6262
----
6363
<1> A short, representative cluster name to use for hostnames, etc.
6464
<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.
6666
<4> Specify the `VpcId` value from the output of the CloudFormation template
6767
for the VPC.
6868
<5> The Public Route Table ID for the VPC.
@@ -90,11 +90,11 @@ You must enter the command on a single line.
9090
+
9191
[source,terminal]
9292
----
93-
$ aws cloudformation create-stack --stack-name <name> \ <1>
93+
$ aws cloudformation create-stack --stack-name <subnet_stack_name> \ <1>
9494
--template-body file://<template>.yaml \ <2>
9595
--parameters file://<parameters>.json <3>
9696
----
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>`.
9898
You need the name of this stack if you remove the cluster.
9999
<2> `<template>` is the relative path to and name of the CloudFormation template
100100
YAML file that you saved.
@@ -111,7 +111,7 @@ arn:aws:cloudformation:us-east-1:123456789012:stack/cluster-lz-nyc1/dbedae40-2fd
111111
+
112112
[source,terminal]
113113
----
114-
$ aws cloudformation describe-stacks --stack-name <name>
114+
$ aws cloudformation describe-stacks --stack-name <subnet_stack_name>
115115
----
116116
+
117117
After the `StackStatus` displays `CREATE_COMPLETE`, the output displays values

0 commit comments

Comments
 (0)