From 410407aeb9f1c0717552a9d41c0b19bd15a47f8a Mon Sep 17 00:00:00 2001 From: Jay Whitwell Date: Fri, 24 Nov 2023 13:11:09 +0000 Subject: [PATCH] UML-3089: upgrade es node --- terraform/account/region/elasticache.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/account/region/elasticache.tf b/terraform/account/region/elasticache.tf index e07712dc74..e0f3740793 100644 --- a/terraform/account/region/elasticache.tf +++ b/terraform/account/region/elasticache.tf @@ -22,7 +22,7 @@ resource "aws_elasticache_replication_group" "brute_force_cache_replication_grou description = "brute force redis cache replication group" parameter_group_name = "default.redis5.0" engine_version = "5.0.6" - node_type = "cache.t2.micro" + node_type = "cache.t4g.micro" engine = "redis" num_cache_clusters = 2 transit_encryption_enabled = true