Command option Sample:aws emr modify-cluster-attributes

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

Modifies the cluster attributes 'visible-to-all-users' and'termination-protected'.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/emr/modify-cluster-attributes.html

aws emr modify-cluster-attributes --cluster-id j-301CDNY0J5XM4 --visible-to-all-users
    modify-instance-fleet — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/emr/modify-cluster-attributes.html
aws emr modify-cluster-attributes --cluster-id j-your-clusterid --no-termination-protected aws emr terminate-clusters --cluster-ids j-your-clusterid
    aws-big-data-blog/audience-commands.txt at master 揃 aws-samples/aws-big-data-blog 揃 GitHub : http://github.com/aws-samples/aws-big-data-blog/blob/master/aws-blog-sqoop/audience-commands.txt
aws emr modify-cluster-attributes --cluster-id j-your-clusterid --no-termination-protected
    Sai Sriparasa | Noise : http://noise.getoto.net/author/sai-sriparasa/

aws のオプション一覧