Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Private Cluster - VPC endpoint creation error #8150

Open
somasuntaram15 opened this issue Jan 20, 2025 · 1 comment
Open

Private Cluster - VPC endpoint creation error #8150

somasuntaram15 opened this issue Jan 20, 2025 · 1 comment

Comments

@somasuntaram15
Copy link

Hi Everyone,

I’m facing an issue while creating a private EKS cluster using eksctl, where it automatically creates the necessary VPC endpoints. During the process, I encountered the following error:

Error: Found another VPC endpoint subnet in the availability zone of subnet-xxxxxx. VPC endpoint subnets should be in different availability zones supported by the VPC endpoint service.

I understand that for private EKS clusters, eksctl automatically provisions VPC endpoints (e.g., for S3, EC2, ECR, STS) to enable communication with AWS services without public internet access. However, the subnets in my VPC are configured such that there are multiple private subnets in each Availability Zone (AZ), and it seems eksctl is selecting subnets in the same AZ for the VPC endpoints, causing the conflict.

How to handle this in configurations with multiple private subnets per AZ?

Looking forward to your thoughts and suggestions. Thanks!

@somasuntaram15 somasuntaram15 changed the title Privat Cluster - VPC endpoint creations error Private Cluster - VPC endpoint creation error Jan 20, 2025
Copy link
Contributor

Hello somasuntaram15 👋 Thank you for opening an issue in eksctl project. The team will review the issue and aim to respond within 1-5 business days. Meanwhile, please read about the Contribution and Code of Conduct guidelines here. You can find out more information about eksctl on our website

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant