Skip to content

Commit ddffa9d

Browse files
authored
Merge pull request #97802 from bscott-rh/OCPBUGS-54405-4.13
[enterprise-4.13] OCPBUGS#54405 removing invalid parameters from AWS
2 parents 79128d5 + 70a7f7d commit ddffa9d

File tree

1 file changed

+14
-19
lines changed

1 file changed

+14
-19
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -964,21 +964,6 @@ such as `io1`.
964964
|A list of valid AWS availability zones, such as `us-east-1c`, in a
965965
link:https://yaml.org/spec/1.2/spec.html#sequence//[YAML sequence].
966966

967-
|`compute.aws.region`
968-
|The AWS region that the installation program creates compute resources in.
969-
|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:
970-
[source,terminal]
971-
----
972-
aws ec2 describe-instance-type-offerings --filters Name=instance-type,Values=c7g.xlarge
973-
----
974-
ifndef::openshift-origin[]
975-
[IMPORTANT]
976-
====
977-
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.
978-
====
979-
endif::openshift-origin[]
980-
981-
982967
|`controlPlane.platform.aws.amiID`
983968
|The AWS AMI used to boot control plane machines for the cluster. This is required for regions that require a custom {op-system} AMI.
984969
|Any published or custom {op-system} AMI that belongs to the set AWS region. See _{op-system} AMIs for AWS infrastructure_ for available AMI IDs.
@@ -1000,10 +985,6 @@ endif::openshift-origin[]
1000985
control plane machine pool.
1001986
|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].
1002987

1003-
|`controlPlane.aws.region`
1004-
|The AWS region that the installation program creates control plane resources in.
1005-
|Valid link:https://docs.aws.amazon.com/general/latest/gr/rande.html[AWS region], such as `us-east-1`.
1006-
1007988
|`platform.aws.amiID`
1008989
|The AWS AMI used to boot all machines for the cluster. If set, the AMI must
1009990
belong to the same region as the cluster. This is required for regions that require a custom {op-system} AMI.
@@ -1013,6 +994,20 @@ belong to the same region as the cluster. This is required for regions that requ
1013994
|An existing Route 53 private hosted zone for the cluster. You can only use a pre-existing hosted zone when also supplying your own VPC. The hosted zone must already be associated with the user-provided VPC before installation. Also, the domain of the hosted zone must be the cluster domain or a parent of the cluster domain. If undefined, the installation program creates a new hosted zone.
1014995
|String, for example `Z3URY6TWQ91KVV`.
1015996

997+
|`platform.aws.region`
998+
|The AWS region that the installation program creates all cluster resources in.
999+
|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:
1000+
[source,terminal]
1001+
----
1002+
$ aws ec2 describe-instance-type-offerings --filters Name=instance-type,Values=c7g.xlarge
1003+
----
1004+
ifndef::openshift-origin[]
1005+
[IMPORTANT]
1006+
====
1007+
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.
1008+
====
1009+
endif::openshift-origin[]
1010+
10161011
|`platform.aws.serviceEndpoints.name`
10171012
|The AWS service endpoint name. Custom endpoints are only required for cases
10181013
where alternative AWS endpoints must be used. Custom API endpoints

0 commit comments

Comments
 (0)