Skip to content

Commit f5dd56b

Browse files
authored
Merge pull request #48904 from kelbrown20/graviton3-on-aws-arm-support
OSDOCS-3944: Adding support for AWS Graviton3 processors
2 parents ac3756d + 01b5397 commit f5dd56b

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -703,11 +703,15 @@ link:https://yaml.org/spec/1.2/spec.html#sequence//[YAML sequence].
703703

704704
|`compute.aws.region`
705705
|The AWS region that the installation program creates compute resources in.
706-
|Any valid link:https://docs.aws.amazon.com/general/latest/gr/rande.html[AWS region], such as `us-east-1`.
706+
|Any valid link:https://docs.aws.amazon.com/general/latest/gr/rande.html[AWS region], such as `us-east-1`. You can use the AWS CLI to access the regions available based on your selected instance type. For example:
707+
[source,terminal]
708+
----
709+
aws ec2 describe-instance-type-offerings --filters Name=instance-type,Values=c7g.xlarge
710+
----
707711
ifndef::openshift-origin[]
708712
[IMPORTANT]
709713
====
710-
When running on ARM based AWS instances, ensure that you enter a region where AWS Graviton processors are available. See link:https://aws.amazon.com/ec2/graviton/#Global_availability[Global availability] map in the AWS documentation.
714+
When running on ARM based AWS instances, ensure that you enter a region where AWS Graviton processors are available. See link:https://aws.amazon.com/ec2/graviton/#Global_availability[Global availability] map in the AWS documentation. Currently, AWS Graviton3 processors are only available in some regions.
711715
====
712716
endif::openshift-origin[]
713717

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

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,41 @@ ifndef::aws-govcloud,aws-secret,aws-china,openshift-origin[]
490490
|x
491491
|x
492492
493+
|`c7g.large`
494+
|x
495+
|
496+
|
497+
498+
|`c7g.xlarge`
499+
|
500+
|x
501+
|x
502+
503+
|`c7g.2xlarge`
504+
|
505+
|x
506+
|x
507+
508+
|`c7g.4xlarge`
509+
|
510+
|x
511+
|x
512+
513+
|`c7g.8xlarge`
514+
|
515+
|x
516+
|x
517+
518+
|`c7g.12xlarge`
519+
|
520+
|x
521+
|x
522+
523+
|`c7g.16large`
524+
|
525+
|x
526+
|x
527+
493528
|===
494529
====
495530
endif::[]

0 commit comments

Comments
 (0)