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.
872
-
|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.
881
-
====
882
-
endif::openshift-origin[]
883
-
884
-
885
868
|controlPlane:
886
869
platform:
887
870
aws:
@@ -944,12 +927,6 @@ such as `io1`.
944
927
control plane machine pool.
945
928
|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].
946
929
947
-
|controlPlane:
948
-
aws:
949
-
region:
950
-
|The AWS region that the installation program creates control plane resources in.
951
-
|Valid link:https://docs.aws.amazon.com/general/latest/gr/rande.html[AWS region], such as `us-east-1`.
952
-
953
930
|platform:
954
931
aws:
955
932
amiID:
@@ -969,6 +946,22 @@ belong to the same region as the cluster. This is required for regions that requ
969
946
|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.
970
947
|String, for example `arn:aws:iam::1234567890:role/shared-vpc-role`.
971
948
949
+
|platform:
950
+
aws:
951
+
region:
952
+
|The AWS region that the installation program creates all cluster resources in.
953
+
|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.
0 commit comments