Command option Sample:aws rds describe-events

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

Returns events related to DB instances, DB security groups, DBsnapshots, and DB parameter groups for the past 14 days.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/rds/describe-events.html

aws rds describe-events --duration 10080
    Viewing Amazon RDS Events - Amazon Relational Database Service : http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ListEvents.html
aws rds describe-events --source-type db-instance --source-identifier mydbinstance
    amazon-rds-user-guide/USER_Events.md at master 揃 awsdocs/amazon-rds-user-guide 揃 GitHub : http://github.com/awsdocs/amazon-rds-user-guide/blob/master/doc_source/CHAP_Troubleshooting.md
aws rds describe-events --source-identifier test --source-type db-instance
    amazon web services - How to see events on RDS instance which is deleted? - Stack Overflow : http://stackoverflow.com/questions/37344300/how-to-see-events-on-rds-instance-which-is-deleted

aws のオプション一覧