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

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

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

aws rds copy-db-cluster-snapshot \
    RDS DB and Cluster Snapshots | Skeddly : http://blog.skeddly.com/2018/01/copying-rds-aurora-snapshots.html
aws rds copy-db-cluster-snapshot \
    Restoring from a DB Cluster Snapshot - Amazon Aurora : http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_CopySnapshot.html
aws rds copy-db-cluster-snapshot --source-region us-east-1 --source-db-cluster-snapshot-identifier cluster-snapshot-arn --target-db-cluster-snapshot-identifier copy-snapshot-test-1 --kms-key-id default-rds-kms-key

    RDS CopyDBClusterSnapshot error: PreSignedurl could not be authenticated ・ Issue #1462 ・ aws/aws-sdk-php ・ GitHub : http://github.com/aws/aws-sdk-php/issues/1462
aws rds copy-db-cluster-snapshot --source-db-cluster-snapshot-identifier rds:aurora-test-cluster-2016-07-08-08-31 --target-db-cluster-snapshot-identifier aurora-2016-07-08-08-31
    AWS RDS Auroraのスナップショットが複製できない?! | ナレコムAWSレシピ : http://recipe.kc-cloud.jp/archives/8811
aws rds copy-db-cluster-snapshot

    aws rds - Aurora- clone production db as a qa db daily - Stack Overflow : http://stackoverflow.com/questions/38199232/aurora-clone-production-db-as-a-qa-db-daily

aws のオプション一覧