Reputation: 514
I changed a parameter in a MySQL 8.0 RDS instance parameter group.
I chose the pending-reboot
apply method to avoid downtime, and now the parameter group is marked as "pending reboot" in the configuration tab of the rds instance.
So I was wondering: given that my rds instance specifies a maintenance window, will it be automatically rebooted during such maintenance window?
Or will I have to reboot it myself?
Thanks in advance!
Upvotes: 0
Views: 3201
Reputation: 1
I found the answer on AWS doc:
The pending-reboot status doesn't result in an automatic reboot during the next maintenance window. To apply the latest parameter changes to your DB instance, reboot the DB instance manually.
Source: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_RebootInstance.html
Upvotes: 0
Reputation: 31
pending-reboot for RDS instance we must reboot manually. maintenance window will not take care of it.
Upvotes: 2
Reputation: 514
For anyone looking at this question in the future, the instance was not restarted.
As far as I understood from the documentation, maintenance windows only apply to Amazon-issued maintenance.
Upvotes: 3