Skip to main content

aws.emr

Supported platform

  • aws

Description

Amazon EMR

Use the aws.emr resource to assess the configuration of Amazon EMR clusters. This resource provides a list of aws.emr.cluster resources representing EMR clusters deployed across all enabled regions.

Fields

IDTYPEDESCRIPTION
clusters[]aws.emr.clusterList of EMR clusters

Examples

Return a list of EMR clusters deployed across all enabled regions and the value for specified fields

aws.emr.clusters {
arn
name
normalizedInstanceHours
outpostArn
status
masterInstances
id
}

Check whether EMR cluster master nodes have public ips

aws.emr.clusters.all(
masterInstances { _['PublicIpAddress'] == null }
)

References