コマンドオプションサンプル:aws rds restore-db-cluster-from-snapshot

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

DBスナップショットまたはDBクラスタスナップショットから新しいDBクラスタを作成します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/rds/restore-db-cluster-from-snapshot.html

aws rds restore-db-cluster-from-snapshot \
    AWS CLIを利用したRDSの起動停止スクリプト(検証環境用2017年1月版) | Developers.IO : http://dev.classmethod.jp/cloud/aws/rds-oracle-aurora-start-stop-by-aws-cli/
aws rds restore-db-cluster-from-snapshot \
    Restoring from a DB Cluster Snapshot - Amazon Aurora : http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_RestoreFromSnapshot.html
aws rds restore-db-cluster-from-snapshot --db-cluster-identifier NewCluster --snapshot-identifier before_update --engine aurora-postgresql
    The Database Migration Playbook has landed! : http://muawia.com/the-database-migration-playbook-has-landed/
aws rds restore-db-cluster-from-snapshot --cli-input-json file://restore-db-cluster-from-snapshot.json
    Aurora を AWS CLI でスナップショットから復元する : http://qiita.com/paper2/items/48aeb92cea56428d524f
aws rds restore-db-cluster-from-snapshot \
    Aurora MySQL -> Aurora MySQLへのレプリケーション | インフラ関係のメモ書き : http://rikuga.me/2018/01/28/aurora-to-aurora-replication/
aws rds restore-db-cluster-from-snapshot \
    amazon web services - AWS Aurora: how to restore a db cluster snapshot via aws cli? - Stack Overflow : http://stackoverflow.com/questions/41039717/aws-aurora-how-to-restore-a-db-cluster-snapshot-via-aws-cli

aws のオプション一覧