Skip to content

Commit 0fac6d2

Browse files
committed
OCPBUGS#54405 removing invalid parameters from AWS
1 parent 96ead7b commit 0fac6d2

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

898-
|compute:
899-
aws:
900-
region:
901-
|The AWS region that the installation program creates compute resources in.
902-
|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:
903-
[source,terminal]
904-
----
905-
aws ec2 describe-instance-type-offerings --filters Name=instance-type,Values=c7g.xlarge
906-
----
907-
ifndef::openshift-origin[]
908-
[IMPORTANT]
909-
====
910-
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.
911-
====
912-
endif::openshift-origin[]
913-
914-
915898
|controlPlane:
916899
platform:
917900
aws:
@@ -981,12 +964,6 @@ such as `io1`.
981964
control plane machine pool.
982965
|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].
983966

984-
|controlPlane:
985-
aws:
986-
region:
987-
|The AWS region that the installation program creates control plane resources in.
988-
|Valid link:https://docs.aws.amazon.com/general/latest/gr/rande.html[AWS region], such as `us-east-1`.
989-
990967
|platform:
991968
aws:
992969
amiID:
@@ -1006,6 +983,22 @@ belong to the same region as the cluster. This is required for regions that requ
1006983
|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.
1007984
|String, for example `arn:aws:iam::1234567890:role/shared-vpc-role`.
1008985

986+
|platform:
987+
aws:
988+
region:
989+
|The AWS region that the installation program creates all cluster resources in.
990+
|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:
991+
[source,terminal]
992+
----
993+
aws ec2 describe-instance-type-offerings --filters Name=instance-type,Values=c7g.xlarge
994+
----
995+
ifndef::openshift-origin[]
996+
[IMPORTANT]
997+
====
998+
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.
999+
====
1000+
endif::openshift-origin[]
1001+
10091002
|platform:
10101003
aws:
10111004
serviceEndpoints:

0 commit comments

Comments
 (0)