-
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
(RDS): Scheduling modifications on RDS Instance/Cluster bug #11942
Comments
Hey @dhruvdakoria , thanks for opening the issue. I wonder if that level of control that you showed in the AWS Console is even available when using CloudFormation (which is the service that CDK uses to provision and update the databases). I've checked the properties of the CloudFormation DBInstance resource, and I can't find anything that would allow setting those... |
This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
Hi Adam, yes you’re right. CFN doesn’t support that level of control yet. I’ll open a ticket with them. Thanks! |
|
Thanks @dhruvdakoria . Feel free to link back here, and we can re-open the issue when CloudFormation support is available. |
Are there any updates on this issue? I'm currently looking for a solution to make changes apply immediately with CDK. |
@dhruvdakoria any news? |
I wrote into AWS Support today about this and they said there is a feature request for this but no update. This seems to still be pending support from CloudFormation and nothing can be done from CDK side. |
Noticing inconsistent behavior when modifying RDS instance/cluster. Attribute like IAM Database Authentication gets applied on next scheduled maintenance window whereas all other changes like backup window modification, backup retention modification, instance size/settings update, maintenance window updates etc. get applied immediately.
The console provides with an option to apply this changes either immediately or during the next maintenance window. There is no such option when doing modifications/updates with CDK. Is this something that can be implemented as a property which will decide the modification time?
Environment
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: