-
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): Add rds-data VPC interface endpoints #15239
Comments
Just about to create an issue myself about this. Just popped a message on your PR. Seems like the title of the PR doesn't follow semantics. Also, thanks for the temporary workaround! |
Fixes #15239 (ec2): Add rds-data VPC interface endpoints ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Fixes aws#15239 (ec2): Add rds-data VPC interface endpoints ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Fixes aws#15239 (ec2): Add rds-data VPC interface endpoints ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Add
rds-data
VPC interface endpointsUse Case
VPC interface endpoints are supported for
rds-data
but don't exist in CDK:https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/vpc-interface-endpoints.html
Proposed Solution
Add support for
rds-data
VPC interface endpointsOther
Temporary workaround:
I "presume" the implementation would be:
aws-cdk/packages/@aws-cdk/aws-ec2/lib/vpc-endpoint.ts
Line 290 in 7966f8d
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: