Command option Sample:aws rds copy-db-cluster-snapshot

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

Copies a snapshot of a DB cluster.Show details from next link. 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

    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 のオプション一覧