Command option Sample:aws dax create-cluster

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

Creates a DAX cluster.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/dax/create-cluster.html

aws dax create-cluster \
    Creating a DAX Cluster - Amazon DynamoDB : http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DAX.cluster-management.html
aws dax create-cluster --region some.region --cluster-name some.dax_name --node-type some.node_type --replication-factor 1 --subnet-group-name some.subnet_group_name --security-group-ids some.security_group_id --iam-role-arn some.iam_role_arn

    amazon web services - No permission to assume role when auto deploying dax - Stack Overflow : http://stackoverflow.com/questions/50751210/no-permission-to-assume-role-when-auto-deploying-dax

aws のオプション一覧