Aws Cluster Control Plane Args
Constructors
Properties
Authentication configuration for management of AWS resources.
The ARN of the AWS KMS key used to encrypt cluster configuration.
The ARN of the AWS KMS key used to encrypt cluster secrets.
The name of the AWS IAM instance pofile to assign to each control plane replica.
Details of placement information for an instance.
Optional. The AWS instance type. When unspecified, it defaults to m5.large
.
Optional. Configuration related to the main volume provisioned for each control plane replica. The main volume is in charge of storing all of the cluster's etcd state. Volumes will be provisioned in the availability zone associated with the corresponding subnet. When unspecified, it defaults to 8 GiB with the GP2 volume type.
Proxy configuration for outbound HTTP(S) traffic.
Optional. Configuration related to the root volume provisioned for each control plane replica. Volumes will be provisioned in the availability zone associated with the corresponding subnet. When unspecified, it defaults to 32 GiB with the GP2 volume type.
Optional. The IDs of additional security groups to add to control plane replicas. The Anthos Multi-Cloud API will automatically create and manage security groups with the minimum rules needed for a functioning cluster.
Optional. SSH configuration for how to access the underlying control plane machines.
Optional. A set of AWS resource tags to propagate to all underlying managed AWS resources. Specify at most 50 pairs containing alphanumerics, spaces, and symbols (.+-=_:@/). Keys can be up to 127 Unicode characters. Values can be up to 255 Unicode characters.