Cancel Scheduled Maintenance for AWS RDS

0

Hi Team,

We have schedule rds modification(DB identifier change) in next maintenance window. Is there a way to cancel the modification in next maintenance window.

Regards, Rajesh B

  • Have you tried this aws cli command aws rds modify-db-instance --db-instance-identifier <your-db-instance-identifier> --no-apply-immediately ?

demandé il y a un an862 vues
1 réponse
0

To change the maintenance window to a preferred time, see Adjusting the preferred DB instance maintenance window.

Changing the maintenance window for an RDS instance doesn’t require any downtime. However, if there are one or more pending actions that cause downtime, and the maintenance window is changed to include the current time, then the pending actions are applied immediately, resulting in downtime.

To postpone a maintenance action that's scheduled for the next maintenance window, consider changing the maintenance window of your DB instance to the next feasible window.

Important: Changing the maintenance window continuously to avoid downtime might lead to the maintenance actions being applied at the time of highest usage. This might cause an outage.

Reference - https://repost.aws/knowledge-center/rds-maintenance-window

AWS
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions