Amazon Relational Database Service
User Guide (API Version 2013-02-12)
« PreviousNext »
View the PDF for this guide.Go to the AWS Discussion Forum for this product.Go to the Kindle Store to download this guide in Kindle format.Did this page help you?  Yes | No |  Tell us about it...

Rebooting a DB Instance

In some cases, if you modify a DB instance or the DB parameter group associated with the instance, you must reboot the instance for the changes to take effect.

If your DB instance is deployed in multiple Availability Zones, you can force a failover from one AZ to the other during the reboot. You might force a failover to test the availability of your DB instance deployment or to restore operations to the original AZ after a failover occurs.

AWS Management Console

To reboot a DB instance

  1. Sign in to the AWS Management Console and open the Amazon RDS console at https://console.aws.amazon.com/rds/.

  2. In the navigation pane, click DB Instances.

  3. Select the check box for the DB instance that you want to reboot.

  4. Click Instance Actions and click Reboot.

  5. To force a failover from one AZ to the other, in the Reboot DB Instance dialog box, select the Reboot with failover? check box.

  6. Click Yes, Reboot. To cancel the reboot instead, click Cancel.

CLI

To reboot a DB instance

  • Use the rds-reboot-db-instance command. To force a failover from one AZ to the other, use the force-failover parameter.

    PROMPT>rds-reboot-db-instance dbInstanceID --force-failover true

API

To reboot a DB instance

  • Call RebootDBInstance. To force a failover from one AZ to the other, add the following parameter:

    • ForceFailover = true