Skip to content

Commit 8fed775

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

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
@@ -859,23 +859,6 @@ such as `io1`.
859859
|A list of valid AWS availability zones, such as `us-east-1c`, in a
860860
link:https://yaml.org/spec/1.2/spec.html#sequence//[YAML sequence].
861861

862-
|compute:
863-
aws:
864-
region:
865-
|The AWS region that the installation program creates compute resources in.
866-
|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:
867-
[source,terminal]
868-
----
869-
aws ec2 describe-instance-type-offerings --filters Name=instance-type,Values=c7g.xlarge
870-
----
871-
ifndef::openshift-origin[]
872-
[IMPORTANT]
873-
====
874-
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.
875-
====
876-
endif::openshift-origin[]
877-
878-
879862
|controlPlane:
880863
platform:
881864
aws:
@@ -938,12 +921,6 @@ such as `io1`.
938921
control plane machine pool.
939922
|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].
940923

941-
|controlPlane:
942-
aws:
943-
region:
944-
|The AWS region that the installation program creates control plane resources in.
945-
|Valid link:https://docs.aws.amazon.com/general/latest/gr/rande.html[AWS region], such as `us-east-1`.
946-
947924
|platform:
948925
aws:
949926
amiID:
@@ -963,6 +940,22 @@ belong to the same region as the cluster. This is required for regions that requ
963940
|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.
964941
|String, for example `arn:aws:iam::1234567890:role/shared-vpc-role`.
965942

943+
|platform:
944+
aws:
945+
region:
946+
|The AWS region that the installation program creates all cluster resources in.
947+
|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:
948+
[source,terminal]
949+
----
950+
$ aws ec2 describe-instance-type-offerings --filters Name=instance-type,Values=c7g.xlarge
951+
----
952+
ifndef::openshift-origin[]
953+
[IMPORTANT]
954+
====
955+
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.
956+
====
957+
endif::openshift-origin[]
958+
966959
|platform:
967960
aws:
968961
serviceEndpoints:

0 commit comments

Comments
 (0)