Skip to content

Commit e4da342

Browse files
authored
Merge pull request #57057 from dfitzmau/OSDOCS-4811
OSDOCS-4811: Documented supported instance types for AWS Local Zones
2 parents 290e876 + 242bf72 commit e4da342

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

installing/installing_aws/installing-aws-localzone.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ include::modules/ssh-agent-using.adoc[leveloffset=+1]
6666
include::modules/installation-user-infra-generate.adoc[leveloffset=+1]
6767
include::modules/installation-minimum-resource-requirements.adoc[leveloffset=+2]
6868
include::modules/installation-aws-tested-machine-types.adoc[leveloffset=+2]
69+
70+
[role="_additional-resources"]
71+
.Additional resources
72+
73+
* See link:https://aws.amazon.com/about-aws/global-infrastructure/localzones/features/[AWS Local Zones features] in the AWS documentation for more information about AWS Local Zones and the supported instances types and services.
74+
6975
include::modules/installation-generate-aws-user-infra-install-config.adoc[leveloffset=+2]
7076

7177
[role="_additional-resources"]

modules/installation-aws-config-yaml.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/ Module included in the following assemblies:
1+
// Module included in the following assemblies:
22
//
33
// * installing/installing_aws/installing-aws-customizations.adoc
44
// * installing/installing_aws/installing-aws-government-region.adoc

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// installing/installing_aws/installing-aws-user-infra.adoc
99
// installing/installing_aws/installing-aws-vpc.adoc
1010
// installing/installing_aws/installing-restricted-networks-aws.adoc
11+
// installing-aws-localzone
1112

1213
ifeval::["{context}" == "installing-aws-localzone"]
1314
:localzone:
@@ -24,7 +25,6 @@ ifdef::localzone[]
2425
{product-title} for use with AWS Local Zones.
2526
endif::localzone[]
2627

27-
2828
[NOTE]
2929
====
3030
Use the machine types included in the following charts for your AWS instances. If you use an instance type that is not listed in the chart, ensure that the instance size you use matches the minimum resource requirements that are listed in "Minimum resource requirements for cluster installation".
@@ -41,14 +41,15 @@ ifdef::localzone[]
4141
.Machine types based on x86_64 architecture for AWS Local Zones
4242
[%collapsible]
4343
====
44-
* `c5.2xlarge`
45-
* `c5d.2xlarge`
46-
* `m5.xlarge`
47-
* `m5.2xlarge`
48-
* `t3.xlarge`
44+
* `c5.*`
45+
* `c5d.*`
46+
* `m6i.*`
47+
* `m5.*`
48+
* `r5.*`
49+
* `t3.*`
4950
====
5051
endif::localzone[]
5152

5253
ifeval::["{context}" == "installing-aws-localzone"]
5354
:!localzone:
54-
endif::[]
55+
endif::[]

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ ifeval::["{context}" == "installing-aws-china-region"]
2323
:aws-china:
2424
endif::[]
2525

26-
2726
[id="installation-supported-aws-machine-types_{context}"]
2827
= Supported AWS machine types
2928

@@ -408,7 +407,7 @@ The following Amazon Web Services (AWS) instance types are supported with {produ
408407
|===
409408
====
410409

411-
ifndef::aws-govcloud,aws-secret,aws-china,openshift-origin[]
410+
ifndef::aws-govcloud,aws-secret,aws-china,openshift-origin,localzone[]
412411
.Machine types based on arm64 architecture
413412
[%collapsible]
414413
====

0 commit comments

Comments
 (0)