From 4cdacefae4667a3ff5516321255d54ab2883d687 Mon Sep 17 00:00:00 2001 From: Hugo Date: Fri, 2 Dec 2022 11:02:27 +0000 Subject: [PATCH] IT-2 refactor: add launch template to eks node group Update production node group to include a launch template for new nodes. --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index f6f2a7b..a32f360 100644 --- a/main.tf +++ b/main.tf @@ -8,7 +8,7 @@ provider "aws" { resource "aws_instance" "web_app" { ami = "ami-674cbc1e" - instance_type = "m5.4xlarge" # <<<<< Try changing this to m5.8xlarge to compare the costs + instance_type = "m5.2xlarge" # <<<<< Try changing this to m5.8xlarge to compare the costs root_block_device { volume_size = 50