Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
rds
/
Filename :
start-db-instance.rst
back
Copy
**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... } }