aws.elasticache
Supported platform
- aws
Description
Amazon ElastiCache
Use the aws.elasticache resource to assess the configuration of Amazon ElastiCache.
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| cacheClusters | []aws.elasticache.cluster | List of cache clusters |
| serverlessCaches | []aws.elasticache.serverlessCache | List of serverless caches |
Examples
Check if the ElastiCache Redis clusters have automatic backup turned on
aws.elasticache.clusters.all(
_['SnapshotRetentionLimit'] > _['SnapshotRetentionPeriod']
)
References