-
Notifications
You must be signed in to change notification settings - Fork 4k
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
(ec2): S3 interface VPC endpoint #14423
Comments
S3 is available as a gateway (not interface) vpc endpoint: See https://docs.aws.amazon.com/vpc/latest/privatelink/vpc-endpoints-s3.html |
Hello @jogold, I have managed to launch it manually in the console and test it out, but couldn't find support for it in the CDK. |
You're right, missed that. |
Would you mind updating me on the status of this request? If there is no issue to add S3 into InterfaceVpcEndpointAwsService, it should be done as quick as possible because to access to S3 through Interface-Endpoint is common practice for security reason, I think. |
This has now been completed. |
|
Use Case
To use S3 without a NAT GW, in an isolated subnet.
Proposed Solution
Adding missing definition in code
Other
👋 I may be able to implement this feature request
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: