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
* <p>The configuration of your local Amazon EKS cluster on an Amazon Web Services
944
+
* Outpost. Before creating a cluster on an Outpost, review <a href="https://docs.aws.amazon.com/eks/latest/userguide/create-cluster-outpost.html">Creating a local Amazon EKS cluster on an Amazon Web Services Outpost</a> in the
945
+
* <i>Amazon EKS User Guide</i>. This API isn't available for Amazon EKS clusters on the
946
+
* Amazon Web Services cloud.</p>
947
+
*/
948
+
exportinterfaceOutpostConfigRequest{
949
+
/**
950
+
* <p>The ARN of the Outpost that you want to use for your local Amazon EKS
951
+
* cluster on Outposts. Only a single Outpost ARN is
952
+
* supported.</p>
953
+
*/
954
+
outpostArns: string[]|undefined;
955
+
956
+
/**
957
+
* <p>The Amazon EC2 instance type that you want to use for your local Amazon EKS cluster on Outposts. The instance type that you specify is used for all
958
+
* Kubernetes control plane instances. The instance type can't be changed after cluster
959
+
* creation.</p>
960
+
* <p>Choose an instance type based on the number of nodes that your cluster will have. If
961
+
* your cluster will have:</p>
962
+
* <ul>
963
+
* <li>
964
+
* <p>1–20 nodes, then we recommend specifying a <code>large</code> instance
965
+
* type.</p>
966
+
* </li>
967
+
* <li>
968
+
* <p>21–100 nodes, then we recommend specifying an <code>xlarge</code>
969
+
* instance type.</p>
970
+
* </li>
971
+
* <li>
972
+
* <p>101–250 nodes, then we recommend specifying a <code>2xlarge</code>
973
+
* instance type.</p>
974
+
* </li>
975
+
* </ul>
976
+
* <p>For a list of the available Amazon EC2 instance types, see Compute and storage
977
+
* in <a href="http://aws.amazon.com/outposts/rack/features/">Outposts rack
978
+
* features</a>. The control plane is not automatically scaled by Amazon EKS.</p>
979
+
*/
980
+
controlPlaneInstanceType: string|undefined;
981
+
}
982
+
942
983
/**
943
984
* <p>An object representing the VPC configuration to use for an Amazon EKS
* <p>The encryption configuration for the cluster.</p>
1081
1125
*/
1082
1126
encryptionConfig?: EncryptionConfig[];
1127
+
1128
+
/**
1129
+
* <p>An object representing the configuration of your local Amazon EKS cluster on
1130
+
* an Amazon Web Services Outpost. Before creating a local cluster on an Outpost, review
1131
+
* <a href="https://docs.aws.amazon.com/eks/latest/userguide/create-cluster-outpost.html">Creating an Amazon EKS cluster on an Amazon Web Services Outpost</a> in
1132
+
* the <i>Amazon EKS User Guide</i>. This object isn't available for creating Amazon EKS
0 commit comments