You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|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:
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
-
982
967
|`controlPlane.platform.aws.amiID`
983
968
|The AWS AMI used to boot control plane machines for the cluster. This is required for regions that require a custom {op-system} AMI.
984
969
|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[]
1000
985
control plane machine pool.
1001
986
|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].
1002
987
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
-
1007
988
|`platform.aws.amiID`
1008
989
|The AWS AMI used to boot all machines for the cluster. If set, the AMI must
1009
990
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
1013
994
|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.
1014
995
|String, for example `Z3URY6TWQ91KVV`.
1015
996
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:
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
+
1016
1011
|`platform.aws.serviceEndpoints.name`
1017
1012
|The AWS service endpoint name. Custom endpoints are only required for cases
1018
1013
where alternative AWS endpoints must be used. Custom API endpoints
0 commit comments