Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 2.1 KB

AWS.md

File metadata and controls

28 lines (24 loc) · 2.1 KB

AWS

Amazon Web Services specific settings of a cluster.

Properties

Name Type Description Notes
kms_key_arn str Customer Managed Key to encrypt EBS Volume [optional]
sts STS [optional]
access_key_id str AWS access key identifier. [optional]
account_id str AWS account identifier. [optional]
additional_compute_security_group_ids list[str] Additional AWS Security Groups to be added to default worker (compute) machine pool. [optional]
additional_control_plane_security_group_ids list[str] Additional AWS Security Groups to be added to default control plane machine pool. [optional]
additional_infra_security_group_ids list[str] Additional AWS Security Groups to be added to default infra machine pool. [optional]
audit_log AuditLog [optional]
billing_account_id str BillingAccountID is the account used for billing subscriptions purchased via the marketplace [optional]
ec2_metadata_http_tokens Ec2MetadataHttpTokens [optional]
etcd_encryption AwsEtcdEncryption [optional]
private_hosted_zone_id str ID of private hosted zone. [optional]
private_hosted_zone_role_arn str Role ARN for private hosted zone. [optional]
private_link bool Sets cluster to be inaccessible externally. [optional]
private_link_configuration PrivateLinkClusterConfiguration [optional]
secret_access_key str AWS secret access key. [optional]
subnet_ids list[str] The subnet ids to be used when installing the cluster. [optional]
tags dict(str, str) Optional keys and values that the installer will add as tags to all AWS resources it creates [optional]

[Back to Model list] [Back to API list] [Back to README]