Command option Sample:aws rds start-db-instance

Search command sample in the internet.It is the result.

Starts a DB instance that was stopped using the AWS console, the stop-db-instance AWS CLI command, or the stop-db-instance action.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/rds/start-db-instance.html

aws rds start-db-instance --db-instance-identifier
    Lower Costs for Any RDS Instance | Skeddly : http://blog.skeddly.com/2017/06/lower-costs-for-any-rds-instance.html
aws rds start-db-instance lopesdbtest
    amazon web services - AWS Command Line Interface - Starts a DB instance - Stack Overflow : http://stackoverflow.com/questions/46453313/aws-command-line-interface-starts-a-db-instance
aws rds start-db-instance --db-instance-identifier my-sqlserver-db
    Migrating Your SQL Server Databases to Amazon RDS - DAT312 - re:Inven… : http://www.slideshare.net/AmazonWebServices/migrating-your-sql-server-databases-to-amazon-rds-dat312-reinvent-2017
aws rds start-db-instance --profile client --region ap-southeast-2 --db-instance-identifier mysql01a-aws-syd
    Getting started with AWS CLI – SpiderSoft : http://www.spidersoft.com.au/2017/getting-started-with-aws-cli/

aws のオプション一覧