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
ID | TYPE | DESCRIPTION |
---|---|---|
clusters | []aws.emr.cluster | List 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