aws-sre-redis-cluster
aws-sre-redis-cluster copied to clipboard
Terraform module to launch elasticache cache clusters for Redis workloads using the best pratices as default
Enable support for prefix list creation on cluster security group ```hcl egress = [ { from_port = 0 to_port = 0 protocol = "-1" prefix_list_ids = [ aws_vpc_endpoint.my_endpoint.prefix_list_id ] }...
Cloudwatch alarms using common dimensions from Redis like: * `DatabaseMemoryUsagePercentage` * `BytesUsedForCache` * `StringBasedCmdsLatency` * `CPUUtilization` * `EngineCPUUtilization` Referencehttps://aws.amazon.com/pt/blogs/database/monitoring-best-practices-with-amazon-elasticache-for-redis-using-amazon-cloudwatch/
* Support to [auth_token](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_replication_group#auth_token) authentication as optional * Support to [elasticache_user](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_user) authentication as optional