/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
rds
/
Upload File
HOME
**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... } }