Skip to main content

Amazon ElastiCache for Redis

Deploy and manage Amazon ElastiCache for Redis

View on GitHub

Reference

  • alarms_sns_topic_arns The ARNs of SNS topics where CloudWatch alarms (e.g., for CPU, memory, and disk space usage) should send notifications.
  • apply_immediately Specifies whether any modifications are applied immediately, or during the next maintenance window.
  • enable_automatic_failover Indicates whether Multi-AZ is enabled. When Multi-AZ is enabled, a read-only replica is automatically promoted to a read-write primary cluster if the existing primary cluster fails. If you specify true, you must specify a value greater than 1 for replication_group_size.
  • enable_cloudwatch_alarms Set to true to enable several basic CloudWatch alarms around CPU usage, memory usage, and disk space usage. If set to true, make sure to specify SNS topics to send notifications to using alarms_sns_topic_arn.
  • enable_multi_az Indicates whether Multi-AZ is enabled. When Multi-AZ is enabled, a read-only replica is automatically promoted to a read-write primary cluster if the existing primary cluster fails. If you specify true, you must specify a value greater than 1 for replication_group_size.
  • instance_type The compute and memory capacity of the nodes (e.g. cache.m4.large).
  • maintenance_window Specifies the weekly time range for when maintenance on the cache cluster is performed (e.g. sun:05:00-sun:09:00). The format is ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.
  • name The name used to namespace all resources created by these templates, including the ElastiCache cluster itself (e.g. rediscache). Must be unique in this region. Must be a lowercase string.
  • parameter_group_name Name of the parameter group to associate with this cache cluster. This can be used to configure custom settings for the cluster.
  • port The port number on which each of the cache nodes will accept connections (e.g. 6379).
  • replication_group_size The total number of nodes in the Redis Replication Group. E.g. 1 represents just the primary node, 2 represents the primary plus a single Read Replica.
  • snapshot_retention_limit The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. Set to 0 to disable snapshots.
  • snapshot_window The daily time range during which automated backups are created (e.g. 04:00-09:00). Time zone is UTC. Performance may be degraded while a backup runs. Set to empty string to disable snapshots.
  • subnet_ids The list of IDs of the subnets in which to deploy the ElasticCache instances. The list must only contain subnets in vpc_id.
  • tags A set of tags to set for the ElastiCache Replication Group.
  • vpc_id The ID of the VPC in which to deploy RDS.