IaC Bazaar
AWSLive-tested

ElastiCache for Redis / Valkey

A cluster-mode-disabled ElastiCache Redis/Valkey cache with encryption at rest and in transit both on, no public exposure, and the subnet group and security group created for you.

terraformAWS#aws
aws-elasticache-redisterraform v1.7

Verification

Live-tested

Really deployed, verified, idempotent and destroyed in a cloud sandbox.

Conformance

  • Static validation (fmt · validate · tflint)
  • Security scan (Checkov)
  • Plan tests (mocked: validation rules · outputs)

Provenance

  • SHA-256 checksum
  • Signature (pending)

Functional

  • Live-tested — applied, verified, destroyed

Last verified 2026-06-30 · how we verify

Documentation

aws-elasticache-redis

Amazon ElastiCache for Redis / Valkey, cluster mode disabled (a single primary with optional read replicas). Works with Terraform and OpenTofu (>= 1.6), AWS provider >= 6.0, < 7.0. Secure by default and self-contained: encryption at rest and in transit are both on, the cache is never publicly reachable, and the networking pieces (subnet group + security group) are created for you — falling back to the account's default VPC so a minimal cache applies with just a name.

Secure defaults:

  • Encryption at rest on (at_rest_encryption_enabled = true); use a customer-managed key via kms_key_id, otherwise the AWS-managed ElastiCache key
  • Encryption in transit (TLS) on (transit_encryption_enabled = true); optional auth_token adds Redis AUTH on top (the token is never an output)
  • No public exposure — access is via a module-created security group that opens the cache port only to allowed_cidrs / allowed_security_group_ids (no ingress at all by default)
  • Automatic minor version upgrades on, to pick up security patches
  • Footgun guards (plan-time preconditions): Multi-AZ implies automatic failover, automatic failover implies num_cache_clusters >= 2, auth_token implies TLS, kms_key_id implies at-rest encryption

Cost note: the default cache.t4g.micro single node is the cheapest option (~$0.016/hr). HA (replicas + automatic_failover_enabled + multi_az_enabled) is off by default — opt in for production.

Requirements

  • Terraform or OpenTofu >= 1.6
  • hashicorp/aws >= 6.0, < 7.0

Verification

Static-validated (fmt, validate, tflint). Live apply/destroy testing pending cloud sandbox availability — see catalog status.

License

Commercial — IaC Bazaar EULA. © IaC Bazaar. Original work (not derived from a third-party module).

Usage code & full reference unlock after purchase

The complete copy-paste usage, the full input/output reference, and operational notes ship with your licence — shown here and bundled in the download.

  • Usage
  • Inputs
  • Outputs
  • Security notes