aws-sre-redis-cluster icon indicating copy to clipboard operation
aws-sre-redis-cluster copied to clipboard

Terraform module to launch elasticache cache clusters for Redis workloads using the best pratices as default

Results 3 aws-sre-redis-cluster issues
Sort by recently updated
recently updated
newest added

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 ] }...

feature-request

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/

feature-request

* 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

feature-request