VpcConfigResponse
An object representing an Amazon EKS cluster VPC configuration response.
Contents
- clusterSecurityGroupId
-
The cluster security group that was created by Amazon EKS for the cluster. Managed node groups use this security group for control-plane-to-data-plane communication.
Type: String
Required: No
- endpointPrivateAccess
-
This parameter indicates whether the Amazon EKS private API server endpoint is enabled. If the Amazon EKS private API server endpoint is enabled, Kubernetes API requests that originate from within your cluster's VPC use the private VPC endpoint instead of traversing the internet. If this value is disabled and you have nodes or AWS Fargate pods in the cluster, then ensure that
publicAccessCidrs
includes the necessary CIDR blocks for communication with the nodes or Fargate pods. For more information, see Amazon EKS cluster endpoint access control in the Amazon EKS User Guide .Type: Boolean
Required: No
- endpointPublicAccess
-
Whether the public API server endpoint is enabled.
Type: Boolean
Required: No
- publicAccessCidrs
-
The CIDR blocks that are allowed access to your cluster's public Kubernetes API server endpoint.
Type: Array of strings
Required: No
- securityGroupIds
-
The security groups associated with the cross-account elastic network interfaces that are used to allow communication between your nodes and the Kubernetes control plane.
Type: Array of strings
Required: No
- subnetIds
-
The subnets associated with your cluster.
Type: Array of strings
Required: No
- vpcId
-
The VPC associated with your cluster.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: