Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
rds
📤 Upload
📝 New File
📁 New Folder
Close
Editing: start-db-instance.rst
**To start a DB instance** The following ``start-db-instance`` example starts the specified DB instance. :: aws rds start-db-instance \ --db-instance-identifier test-instance Output:: { "DBInstance": { "DBInstanceStatus": "starting", ...some output truncated... } }
Save
Cancel