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

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

新しいAmazon Aurora DBクラスタを作成します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/rds/create-db-cluster.html

aws rds create-db-cluster --db-cluster-identifier sample-cluster --engine aurora-mysql
    Creating an Amazon Aurora DB Cluster - Amazon Aurora : http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.CreateInstance.html
aws rds create-db-cluster \
    Aurora MySQL -> Aurora MySQLへのレプリケーション | インフラ関係のメモ書き : http://rikuga.me/2018/01/28/aurora-to-aurora-replication/
aws rds create-db-cluster \
    Completing your CD Pipeline for your PHP Project : http://www.coveros.com/completing-your-cd-pipeline-for-your-php-project/

aws のオプション一覧