Amazon ElastiCache for Memcached
Deploy and manage Amazon ElastiCache for Memcached
View on GitHubReference
- Inputs
- Outputs
alarms_sns_topic_arns
— The ARNs of SNS topics where CloudWatch alarms (e.g., for CPU, memory, and disk space usage) should send notifications.
allow_connections_from_cidr_blocks
— The list of network CIDR blocks to allow network access to ElastiCache from. One ofallow_connections_from_cidr_blocks
orallow_connections_from_security_groups
must be specified for the ElastiCache instances to be reachable.
allow_connections_from_security_groups
— The list of IDs or Security Groups to allow network access to ElastiCache from. All security groups must either be in the VPC specified byvpc_id
, or a peered VPC with the VPC specified byvpc_id
. One ofallow_connections_from_cidr_blocks
orallow_connections_from_security_groups
must be specified for the ElastiCache instances to be reachable.
apply_immediately
— Specifies whether any database modifications are applied immediately, or during the next maintenance window.
az_mode
— Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region. Valid values for this parameter are single-az or cross-az. If you want to choose cross-az,num_cache_nodes
must be greater than 1.
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 usingalarms_sns_topic_arn
.
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.
memcached_version
— Version number of memcached to use (e.g. 1.5.16).
name
— The name used to namespace all resources created by these templates, including the ElastiCache cluster itself. Must be unique in this region. Must be a lowercase string.
num_cache_nodes
— The initial number of cache nodes that the cache cluster will have. Must be between 1 and 20.
port
— The port number on which each of the cache nodes will accept connections (e.g. 11211).
subnet_ids
— The list of IDs of the subnets in which to deploy the ElasticCache instances. The list must only contain subnets invpc_id
.
vpc_id
— The ID of the VPC in which to deploy RDS.
cache_addresses
— The list of addresses of the Memcached nodes without the port appended.
cache_cluster_id
— The id of the ElastiCache Memcached cluster.
cache_node_ids
— The list of the AWS cache cluster node ids where each one represents a Memcached node.
cache_port
— The port number on which each of the cache nodes will accept connections (e.g. 11211).
configuration_endpoint
— The configuration endpoint to allow host discovery.