instance AWS CLI Stop RDS

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