Command option Sample:aws redshift create-cluster-snapshot

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

Creates a manual snapshot of the specified cluster.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/redshift/create-cluster-snapshot.html

aws redshift create-cluster-snapshot --cluster-identifier mycluster --snapshot-identifier my-snapshot-id
    create-cluster — AWS CLI 1.16.13 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/redshift/create-cluster-snapshot.html
aws redshift create-cluster-snapshot \
    Creating a Redshift Sandbox for our Analysts - Tech Stuff, BigData & more : http://efimeres.com/2017/04/creating-a-redshift-sandbox-for-our-analysts/
aws redshift create-cluster-snapshot \
    Automate AWS RedShift Snapshot And Restore • SQLgossip : http://www.sqlgossip.com/automate-aws-redshift-snapshot-and-restore/

aws のオプション一覧