-
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
[aws-rds] No way of configuring a security group for an OptionGroup #9240
Comments
Hey @peteguyatt , thanks for opening the issue. You're correct. The I'm changing this to a feature request, and adding it to our RDS project board. Thanks, |
Enables customers to provide a custom security group for any OptionGroup that requires a VPC and SecurityGroup. fixes #9240
Enables customers to provide a custom security group for any OptionGroup that requires a VPC and SecurityGroup. fixes #9240 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
I ran into the same issue in my hobby project recently (the default RDS Security Group will allow all outbound traffic). I found this issue when I hit the following error, and I want to leave my resolution in case it will help the next dev. Problem message
SolutionAdd a |
When configuring SSL for an Oracle OptionGroup and providing the required VPC a default security group allowing all outbound is created.
Reproduction Steps
CDK code
Cloudformation
Error Log
Environment
Other
There is no way standard way of configuring this security group though CDK and to create a default security group without the ability to lock down the outbound traffic isn't ideal. It would be nice if we could get access to this security group or provide a common security group in which to use.
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: