| Did this page help you? Yes No Tell us about it... |
Reboots a DB Instance. Once started, the process cannot be stopped, and the DB Instance is unavailable until the reboot is completed.
rds-reboot-db-instance
DBInstanceIdentifier
[-f (--force-failover) value ][General Options]
| Name | Description | Required |
|---|---|---|
|
|
DB Instance identifier. Constraints: Must contain 1 to 63 alphanumeric characters or hyphens. First character must be a letter. Cannot end with a hyphen or contain two consecutive hyphens. |
Yes |
|
|
When Type: Boolean Default: Example: |
No |
The command returns the following information:
DBInstanceIdUser-supplied database identifier; this is the unique key that identifies a DB Instance
CreatedWhen the instance was created, in UTC
ClassThe compute and memory capacity of the DB Instance
EngineName of the database engine to be used for this DB Instance
StorageInitially allocated storage size specified in GBs
Master UsernameThe master username for the instance
StatusThe current status of the
instance. Valid values: available | backing-up |
creating | deleted | deleting |
failed | modifying | rebooting |
resetting-master-credentials
Endpoint AddressAddress of the DB Instance
PortPort used to connect to the DB Instance
AZThe instance's Availability Zone
Backup RetentionThe number of days that automated backups are retained before deletion
PendingClassThe class to which
the instance will be scaled during the next maintenance window, or to which
it is currently being scaled if the
--apply-immediately option was specified.
PendingCredentialsThe (hidden) master user password that will be applied to the DB Instance.
PendingVersion The pending
database engine version number. This column appears only in the
--show-long view.
DB NameName of the initial
database created when the instance was created (for the MySQL engine) or the
Oracle System ID (SID) of the created DB Instance (for the Oracle engine).
This column appears only in the --show-long
view
Maintenance WindowThe period
during which patching and instance modifications will be performed. This
column appears only in the --show-long view.
Backup WindowThe daily period
during which automated backups are created. This column appears only in the
--show-long view.
VersionThe version number of the database engine.
Auto Minor Version
UpgradeIndicates that minor version upgrades will be
applied to the DB Instance during the maintenance window. This column
appears only in the --show-long view.
NameDB Security Group name.
StatusStatus of authorization.
Valid values: authorizing | authorized |
revoking
Group NameName of DB Parameter Group applied to.
Apply StatusStatus of applying
the DB Parameter Group. Valid values: in-sync |
pending-reboot | applying
Multi-AZIndicates if this is a Multi-AZ DB Instance.
EngineVersionDatabase engine version number.
This example reboots a DB Instance.
PROMPT> rds-reboot-db-instance databaseInstance1