Skip to content

Commit c40328c

Browse files
bscott-rhopenshift-cherrypick-robot
authored andcommitted
OCPBUGS#54405 removing invalid parameters from AWS
1 parent e8d629e commit c40328c

File tree

1 file changed

+16
-23
lines changed

1 file changed

+16
-23
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 16 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -865,23 +865,6 @@ such as `io1`.
865865
|A list of valid AWS availability zones, such as `us-east-1c`, in a
866866
link:https://yaml.org/spec/1.2/spec.html#sequence//[YAML sequence].
867867

868-
|compute:
869-
aws:
870-
region:
871-
|The AWS region that the installation program creates compute resources in.
872-
|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:
873-
[source,terminal]
874-
----
875-
aws ec2 describe-instance-type-offerings --filters Name=instance-type,Values=c7g.xlarge
876-
----
877-
ifndef::openshift-origin[]
878-
[IMPORTANT]
879-
====
880-
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.
881-
====
882-
endif::openshift-origin[]
883-
884-
885868
|controlPlane:
886869
platform:
887870
aws:
@@ -944,12 +927,6 @@ such as `io1`.
944927
control plane machine pool.
945928
|A list of valid AWS availability zones, such as `us-east-1c`, in a link:https://yaml.org/spec/1.2/spec.html#sequence//[YAML sequence].
946929

947-
|controlPlane:
948-
aws:
949-
region:
950-
|The AWS region that the installation program creates control plane resources in.
951-
|Valid link:https://docs.aws.amazon.com/general/latest/gr/rande.html[AWS region], such as `us-east-1`.
952-
953930
|platform:
954931
aws:
955932
amiID:
@@ -969,6 +946,22 @@ belong to the same region as the cluster. This is required for regions that requ
969946
|An Amazon Resource Name (ARN) for an existing IAM role in the account containing the specified hosted zone. The installation program and cluster operators will assume this role when performing operations on the hosted zone. This parameter should only be used if you are installing a cluster into a shared VPC.
970947
|String, for example `arn:aws:iam::1234567890:role/shared-vpc-role`.
971948

949+
|platform:
950+
aws:
951+
region:
952+
|The AWS region that the installation program creates all cluster resources in.
953+
|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 by running the following command:
954+
[source,terminal]
955+
----
956+
$ aws ec2 describe-instance-type-offerings --filters Name=instance-type,Values=c7g.xlarge
957+
----
958+
ifndef::openshift-origin[]
959+
[IMPORTANT]
960+
====
961+
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.
962+
====
963+
endif::openshift-origin[]
964+
972965
|platform:
973966
aws:
974967
serviceEndpoints:

0 commit comments

Comments
 (0)