aws emr modify-cluster-attributes
Modifies the cluster attributes 'visible-to-all-users' and 'termination-protected'
Options
Name | Description |
---|---|
--cluster-id <string> | A unique string that identifies a cluster. The create-cluster command returns this identifier. You can use the list-clusters command to get cluster IDs |
--visible-to-all-users | Change cluster visibility for IAM users |
--no-visible-to-all-users | Change cluster visibility for IAM users |
--termination-protected | Set termination protection on or off |
--no-termination-protected | Set termination protection on or off |