ElastiCache Clusters

Filters

Actions

delete

Delete ElastiCache cluster and any associated replication group. You can specify if you want to skip-snapshot, default is False

Schema:

{
  "skip-snapshot": {
    "type": "boolean"
  }
}
snapshot

Create a manual ElastiCache cluster snapshot

Schema:

{}