Skip to main content

aws.elasticache

Supported platform

  • aws

Description

Amazon ElastiCache

Use the aws.elasticache resource to assess the configuration of Amazon ElastiCache.

Fields

IDTYPEDESCRIPTION
clusters[]dictDeprecated. Use cacheClusters instead.
cacheClusters[]aws.elasticache.clusterList of clusters

Examples

Check if the ElastiCache Redis clusters have automatic backup turned on

aws.elasticache.clusters.all(
_['SnapshotRetentionLimit'] > _['SnapshotRetentionPeriod']
)

References