Skip to main content

ElasticacheCluster



Resource Icon

Resource Overview

AWS ElastiCache Cluster is a cloud-based in-memory data store that provides a fast and scalable caching solution. It can run in cluster mode or single-node mode using Redis or Memcached engines. ElastiCache Cluster is used to improve application performance by enabling faster data retrieval and processing. It also provides automatic backup, recovery, scaling, and monitoring features.

Associated Resources

Parent Resources

Connected Resources

Resource Setting Values

Basic Settings

  • engine : Cache engine type - redis, memcached
  • engine_version : Cache engine version
  • port : Cache node connection port (Redis: 6379, Memcached: 11211)
  • parameter_group_name : Name of the parameter group to associate
  • node_type : Cache node instance type
  • num_cache_nodes : Number of cache nodes
  • az_mode : Availability Zone deployment mode - single-az, cross-az
  • included_subnet_names : List of subnet names included in the subnet group
  • subnet_group_name : Name of the subnet group to use
  • snapshot_retention_limit : Automatic snapshot retention period (days)

Tags

  • tag : Tags used to categorize the resource

References