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.
810
-
|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.
819
-
====
820
-
endif::openshift-origin[]
821
-
822
-
823
808
|`controlPlane.platform.aws.amiID`
824
809
|The AWS AMI used to boot control plane machines for the cluster. This is required for regions that require a custom {op-system} AMI.
825
810
|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.
@@ -841,10 +826,6 @@ endif::openshift-origin[]
841
826
control plane machine pool.
842
827
|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].
843
828
844
-
|`controlPlane.aws.region`
845
-
|The AWS region that the installation program creates control plane resources in.
846
-
|Valid link:https://docs.aws.amazon.com/general/latest/gr/rande.html[AWS region], such as `us-east-1`.
847
-
848
829
|`platform.aws.amiID`
849
830
|The AWS AMI used to boot all machines for the cluster. If set, the AMI must
850
831
belong to the same region as the cluster. This is required for regions that require a custom {op-system} AMI.
@@ -861,6 +842,20 @@ can be specified for EC2, S3, IAM, Elastic Load Balancing, Tagging, Route 53,
861
842
and STS AWS services.
862
843
|Valid link:https://docs.aws.amazon.com/general/latest/gr/rande.html[AWS service endpoint] name.
863
844
845
+
|`platform.aws.region`
846
+
|The AWS region that the installation program creates all cluster resources in.
847
+
|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.
856
+
====
857
+
endif::openshift-origin[]
858
+
864
859
|`platform.aws.serviceEndpoints.url`
865
860
|The AWS service endpoint URL. The URL must use the `https` protocol and the
0 commit comments