Skip to content

Commit

Permalink
ElastiCache: Change node_type from cache.t3.micro to `cache.t4g.s…
Browse files Browse the repository at this point in the history
…mall`
  • Loading branch information
takano32 committed Feb 27, 2024
1 parent b69d2d7 commit 7dcce13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticache.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "aws_elasticache_cluster" "this" {
cluster_id = "${var.prefix}-elasticache-cluster-${var.environment}"
engine = "memcached"
engine_version = "1.6.22"
node_type = "cache.t3.micro"
node_type = "cache.t4g.small"
num_cache_nodes = 2
parameter_group_name = "default.memcached1.6"
port = 11211
Expand Down

0 comments on commit 7dcce13

Please sign in to comment.