Command option Sample:aws rds generate-db-auth-token

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

Generates an auth token used to connect to a db with IAM credentials.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/rds/generate-db-auth-token.html

aws rds generate-db-auth-token --hostname
    Use IAM authentication to connect with SQL... - Amazon Web Services News Feed : http://awsfeed.com/post/172829114584/use-iam-authentication-to-connect-with-sql
aws rds generate-db-auth-token --hostname
    How do I setup IAM Authentication for a backing RDS mysql database? - Support - Grafana Community : http://community.grafana.com/t/how-do-i-setup-iam-authentication-for-a-backing-rds-mysql-database/5767
aws rds generate-db-auth-token --hostname
    Connecting to Your DB Instance from the Command Line: AWS CLI and mysql Client - Amazon Relational Database Service  : http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.Connecting.AWSCLI.html
aws rds generate-db-auth-token \
    GitHub - georgmao/rdsLambda: An example how to use a Lambda (Node/Python) to connect to RDS and optionally use IAM authentication : http://github.com/georgmao/rdsLambda
aws rds generate-db-auth-token --hostname endpoint_rds --port 3306 --username usuarioiam"
    Connecting to RDS using IAM user Francisco Edilton Medium : http://medium.com/@franciscoed/connecting-to-rds-using-iam-user-86de4401086e
aws rds generate-db-auth-token --hostname foo.bar.us-west-1.rds.amazonaws.com --port 3306 --username db_user_test
    aws cli - AWS IAM role RDS authentication failure - Server Fault : http://serverfault.com/questions/913838/aws-iam-role-rds-authentication-failure
aws rds generate-db-auth-token --hostname iamtest.xxxxxxxxxxxx.ap-northeast-1.rds.amazonaws.com \
    mysql - IAM Database Authentication - How to use CLI generated Token - Stack Overflow : http://stackoverflow.com/questions/44710284/iam-database-authentication-how-to-use-cli-generated-token

aws のオプション一覧