aws.emr
Supported Platform
- aws
Description
AWS EMR for large data processing
The aws.emr
resource can be used 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
}
Checks whether EMR cluster master nodes have public ips
aws.emr.clusters.all(
masterInstances { _['PublicIpAddress'] == null }
)
References