[ aws . emr ]

modify-cluster-attributes

Description

Modifies the cluster attributes ‘visible-to-all-users’ and ‘termination-protected’.

See ‘aws help’ for descriptions of global parameters.

Synopsis

  modify-cluster-attributes
--cluster-id <value>
[--visible-to-all-users | --no-visible-to-all-users]
[--termination-protected | --no-termination-protected]

Options

--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 | --no-visible-to-all-users (boolean)

Specifies whether the cluster is visible to all IAM users of the AWS account associated with the cluster. If a user has the proper policy permissions set, they can also manage the cluster.

Visibility is on by default. The --no-visible-to-all-users option is no longer supported. To restrict cluster visibility, use an IAM policy.

--termination-protected | --no-termination-protected (boolean) Set termination protection on or off

See ‘aws help’ for descriptions of global parameters.

Examples

Note

To use the following examples, you must have the AWS CLI installed and configured. See the Getting started guide in the AWS CLI User Guide for more information.

Unless otherwise stated, all examples have unix-like quotation rules. These examples will need to be adapted to your terminal’s quoting rules. See Using quotation marks with strings in the AWS CLI User Guide .

The following command sets the visibility of an EMR cluster with the ID j-301CDNY0J5XM4 to all users:

aws emr modify-cluster-attributes --cluster-id j-301CDNY0J5XM4 --visible-to-all-users