-
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
(rds): scheduling modifications in the next scheduled maintenance window #33447
Comments
This seems to be applied to database instances only (including instances under Aurora cluster), not cluster. To modify cluster configurations such as Aurora engine version in the next scheduled maintenance window, we must use CLI or management console currently. rds:ModifyDBCluster API has ApplyImmediately: AWS::RDS::DBCluster resource doesn't have: |
Note Aurora supports zero-downtime patching |
Thank you. Let's keep this moving forward from your PR. |
Comments on closed issues and PRs are hard for our team to see. |
1 similar comment
Comments on closed issues and PRs are hard for our team to see. |
Describe the feature
CloudFormation has added
applyImmediately
feature to RDS instance.This allows to schedule modifications in the next scheduled maintenance window.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-applyimmediately
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ModifyInstance.ApplyImmediately.html
Use Case
We can avoid rebooting database instances during update.
Proposed Solution
Add
applyImmediately
in instance props.Other Information
No response
Acknowledgements
CDK version used
2.178.2
Environment details (OS name and version, etc.)
Linux
The text was updated successfully, but these errors were encountered: