Skip to content

Commit

Permalink
ElastiCache: Set node_type as cache.t3.micro
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Feb 25, 2024
1 parent 8d517f8 commit 5b6cbc8
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.t2.micro"
node_type = "cache.t3.micro"
num_cache_nodes = 2
parameter_group_name = "default.memcached1.6"
port = 11211
Expand Down

0 comments on commit 5b6cbc8

Please sign in to comment.