View tags on a cluster - Amazon EMR
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

View tags on a cluster

If you want to see all tags associated with a cluster, you can view them with the console or the Amazon CLI.

Note

We’ve redesigned the Amazon EMR console to make it easier to use. See Amazon EMR console to learn about the differences between the old and new console experiences.

New console
To view tags on a cluster with the new console
  1. Sign in to the Amazon Web Services Management Console, and open the Amazon EMR console at https://console.amazonaws.cn/emr.

  2. Under EMR on EC2 in the left navigation pane, choose Clusters, and select the cluster that you want to update.

  3. To view all of your tags, select the Tags tab on the cluster details page.

Old console
To view tags on a cluster with the old console
  1. In the Amazon EMR console, select the Cluster List page and click a cluster to view tags.

  2. On the Cluster Details page, in the Tags field, some tags are displayed here. Click View All/Edit to display all available tags on the cluster.

Amazon CLI
To view tags on a cluster with the Amazon CLI

To view the tags on a cluster using the Amazon CLI, type the describe-cluster subcommand with the --query parameter.

  • To view a cluster's tags, type the following command and replace j-KT4XXXXXXXX1NM with your cluster ID.

    aws emr describe-cluster --cluster-id j-KT4XXXXXX1NM --query Cluster.Tags

    The output displays all the tag information about the cluster similar to the following:

    Value: accounting Value: marketing Key: other Key: costCenter

    For more information on using Amazon EMR commands in the Amazon CLI, see https://docs.amazonaws.cn/cli/latest/reference/emr.