Command option Sample:aws rds restore-db-cluster-from-snapshot

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

Creates a new DB cluster from a DB snapshot or DB cluster snapshot.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/rds/restore-db-cluster-from-snapshot.html

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