> For the complete documentation index, see [llms.txt](https://docs.mechcloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mechcloud.io/cloud-computing/stateless-iac/aws/examples-resources-with-cost/elastic-cache/cache-cluster.md).

# Cache Cluster

### Creating a cache cluster with minimal parameters

```
resources:
  - type: aws_elasticache_cache_cluster
    name: my-valkey-cluster
    props:
      engine: valkey
      cache_node_type: cache.t3.micro
      num_cache_nodes: 2
```

#### Example price for above configuration

```
my-valkey-cluster (action: create, price: $0.0136/Hrs, quantity: 2, monthly: $20.24)
```
