AWS CLI Stop RDS RDS instância

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