AWS CLI STOP RDS Instance

aws rds stop-db-instance \
    --db-instance-identifier test-instance
Confused Centipede