-
Notifications
You must be signed in to change notification settings - Fork 378
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
VPC endpoints support for aws provider #715
Comments
VPC Endpoint support will be useful for me as well. For my use case, I have private resources scattered across several AWS Accounts/VPCs that I would like to connect to from my cluster. As such, I would like to be able to create a VPC endpoint resource from my cluster, so that my cluster will be able to hit those resources. Will be happy to contribute to this if this is not already in the works. |
Related: |
Starting work on VPC Endpoint. |
Are VPC endpoint service and interface endpoint documented here going to be included in this on going work please ? By this I mean : today we are creating these 2 resources with Terraform (1 VPC Endpoint Interface linked to 1 VPC Load Balancer Endpoint Service) in order to provide internal access to the LB of an Istio ingress gateway and as this must happen after istio deployment, we would prefer to do it with Crossplane + gitops: EC2 --> VPC Endpoint (in VPC1) --> VPC Endpoint Service (in VPC2) --> NetworkLoadBalancer --> EC2 |
At the moment no. I'm not planning for VPC Endpoint Service. |
Hi @darryl-sw, I'm facing similar use cases as @yogeek mentioned, is it possible to also introduce VPC endpoint service? Or we make this issue for VPC endpoint only, and open a separate PR for VPC endpoint service support? |
Currently there is no support for vpc endpoints (s3, ecr kms etc).
Clusters that reside in private/local subnets need a connection to aws services in order to pull/push docker images(ecr), use s3 or kms without going through the internet.
v0.18.1
The text was updated successfully, but these errors were encountered: