Rebooting a DB instance within an Aurora cluster
This procedure is the most important operation that you take when performing reboots with Aurora. Many of the maintenance procedures involve rebooting one or more Aurora DB instances in a particular order.
To reboot a DB instance
-
Sign in to the Amazon Web Services Management Console and open the Amazon RDS console at https://console.amazonaws.cn/rds/
. -
In the navigation pane, choose Databases, and then choose the DB instance that you want to reboot.
-
For Actions, choose Reboot.
The Reboot DB Instance page appears.
-
Choose Reboot to reboot your DB instance.
Or choose Cancel.
To reboot a DB instance by using the Amazon CLI, call the
reboot-db-instance command.
For Linux, macOS, or Unix:
aws rds reboot-db-instance \ --db-instance-identifiermydbinstance
For Windows:
aws rds reboot-db-instance ^ --db-instance-identifiermydbinstance
To reboot a DB instance by using the Amazon RDS API, call the
RebootDBInstance operation.