Tell us about your request
VPC endpoint support for EKS, so that worker nodes that can register with an EKS-managed cluster without requiring outbound internet access.
Which service(s) is this request for?
EKS
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
Worker nodes based on the EKS AMI run bootstrap.sh to connect themselves to the cluster. As part of this process, aws eks describe-cluster is called, which currently requires outbound internet access.
I'd love to be able to turn off outbound internet access but still easily bootstrap worker nodes without providing additional configuration.
Are you currently working around this issue?
- Providing outbound internet access to worker nodes; OR
- Supplying the cluster CA and API endpoint directly to
bootstrap.sh.
Additional context
Tell us about your request
VPC endpoint support for EKS, so that worker nodes that can register with an EKS-managed cluster without requiring outbound internet access.
Which service(s) is this request for?
EKS
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
Worker nodes based on the EKS AMI run bootstrap.sh to connect themselves to the cluster. As part of this process,
aws eks describe-clusteris called, which currently requires outbound internet access.I'd love to be able to turn off outbound internet access but still easily bootstrap worker nodes without providing additional configuration.
Are you currently working around this issue?
bootstrap.sh.Additional context