Occasionally, you might need to reboot your Amazon DocumentDB instance, usually for maintenance reasons. If you make certain changes, such as changing the cluster parameter group that is associated with a cluster, you must reboot the instances in the cluster for the changes to take effect. You can reboot a specified instance using the AWS Management Console or the AWS CLI.
Rebooting an instance restarts the database engine service.
Rebooting results in a momentary outage, during which the
instance status is set to rebooting
. An Amazon DocumentDB
event is created when the reboot is completed.
Rebooting an instance doesn't result in a failover. To failover
an Amazon DocumentDB cluster, use the AWS Management Console or the AWS CLI operation
failover-db-cluster
. For more information, see Amazon DocumentDB Failover.
You can't reboot your instance if it isn't in the available state. Your database can be unavailable for several reasons, such as a previously requested modification, or a maintenance-window action. For more information on instance states, see Monitoring an Amazon DocumentDB instance's status.
The following procedure reboots an instance that you specify using the console.
-
Sign in to the AWS Management Console, and open the Amazon DocumentDB console at https://console.aws.amazon.com/docdb
. -
In the navigation pane, choose Clusters .
Tip
If you don't see the navigation pane on the left side of your screen, choose the menu icon (
) in the upper-left corner of the page.
-
In the Clusters navigation box, you’ll see the column Cluster Identifier. Your instances are listed under clusters, similar to the screenshot below.
-
Check the box to the left of the instance you wish to reboot.
-
Choose Actions, choose Reboot, and then choose Reboot to confirm your reboot.
It takes a few minutes for your instance to reboot. You can use the instance only when its status is available. You can monitor the instance's status using the console or the AWS CLI. For more information, see Monitoring an Amazon DocumentDB instance's status.