-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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 VPC interface endpoints #12402
(ec2): Add RDS VPC interface endpoints #12402
Comments
You can create interface endpoints with the CDK Here is the method on the VPC Construct Here is an example of creating a RDS endpoint in Python
|
Adds VPC endpoint support for RDS. Fixes #12402 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Add RDS VPC interface endpoints
Use Case
VPC interface endpoints are supported for RDS, but don't exist in CDK:
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/vpc-interface-endpoints.html
Proposed Solution
Add support for RDS VPC interface endpoints
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: