Skip to content
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

Closed
dhruvdakoria opened this issue Dec 8, 2020 · 8 comments
Closed

(RDS): Scheduling modifications on RDS Instance/Cluster bug #11942

dhruvdakoria opened this issue Dec 8, 2020 · 8 comments
Assignees
Labels
@aws-cdk/aws-rds Related to Amazon Relational Database bug This issue is a bug. closing-soon This issue will automatically close in 4 days unless further comments are made. needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.

Comments

@dhruvdakoria
Copy link
Contributor

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?

image

Environment

  • CDK CLI Version : 1.76
  • Framework Version:
  • Node.js Version: v10.22
  • OS : Linux
  • Language (Version): TypeScript (3.8.3)

This is 🐛 Bug Report

@dhruvdakoria dhruvdakoria added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Dec 8, 2020
@github-actions github-actions bot added the @aws-cdk/aws-rds Related to Amazon Relational Database label Dec 8, 2020
@skinny85
Copy link
Contributor

skinny85 commented Dec 8, 2020

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...

@skinny85 skinny85 added needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. and removed needs-triage This issue or PR still needs to be triaged. labels Dec 8, 2020
@github-actions
Copy link

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.

@github-actions github-actions bot added the closing-soon This issue will automatically close in 4 days unless further comments are made. label Dec 16, 2020
@dhruvdakoria
Copy link
Contributor Author

Hi Adam, yes you’re right. CFN doesn’t support that level of control yet. I’ll open a ticket with them. Thanks!

@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

@skinny85
Copy link
Contributor

Thanks @dhruvdakoria . Feel free to link back here, and we can re-open the issue when CloudFormation support is available.

@sturdeac
Copy link

Are there any updates on this issue? I'm currently looking for a solution to make changes apply immediately with CDK.

@skinny85
Copy link
Contributor

@dhruvdakoria any news?

@bates-sdx
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-rds Related to Amazon Relational Database bug This issue is a bug. closing-soon This issue will automatically close in 4 days unless further comments are made. needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Projects
None yet
Development

No branches or pull requests

4 participants