コマンドオプションサンプル:aws rds describe-events

コマンドサンプルを検索した結果です。

過去14日間のDBインスタンス、DBセキュリティグループ、DBスナップショット、およびDBパラメータグループに関連するイベントを返します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/rds/describe-events.html

aws rds describe-events \
    【小ネタ】RDSイベントは直近1日分しか表示されないのでAWS CLIで確認しよう | Developers.IO : http://dev.classmethod.jp/cloud/aws/getting-rds-events-by-aws-cli/
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 \u003cspan class=\
    [JAWS-UG CLI] RDS:#1 DBインスタンスの作成 (PostgreSQL) : http://qiita.com/tcsh/items/3ccdacf94e1a75697dc1
aws rds describe-events \
    Aurora MySQL -> Aurora MySQLへのレプリケーション | インフラ関係のメモ書き : http://rikuga.me/2018/01/28/aurora-to-aurora-replication/
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 rds describe-events --profile target-mfa --duration
    MFA設定済みの状態でAWS-CLIを利用する手順メモ | Qiita | まとめたくんv2 : http://www.mm-kun.com/rss/view/183/4324300/

aws のオプション一覧