Skip to content

Commit

Permalink
IT-2 refactor: add launch template to eks node group
Browse files Browse the repository at this point in the history
Update production node group to include a launch template for new nodes.
  • Loading branch information
hugorut committed Dec 2, 2022
1 parent 12a7323 commit f636401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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.xlarge" # <<<<< Try changing this to m5.8xlarge to compare the costs

root_block_device {
volume_size = 50
Expand Down

0 comments on commit f636401

Please sign in to comment.