From b7b378c045e019975e561438105f826c081d31cb Mon Sep 17 00:00:00 2001 From: speng reb Date: Fri, 28 Mar 2025 21:32:44 +0000 Subject: [PATCH] Change to C7i.xlarge instance --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 780cc05..e9ab29a 100644 --- a/main.tf +++ b/main.tf @@ -24,7 +24,7 @@ resource "aws_key_pair" "generated_key" { resource "aws_instance" "jamulus" { ami = "${data.aws_ami.image.id}" - instance_type = "c6i.xlarge" + instance_type = "c7i.xlarge" key_name = "${aws_key_pair.generated_key.key_name}" security_groups = [aws_security_group.ssh.name, aws_security_group.jamulus.name, aws_security_group.node-exporter.name] # Add your own IP to this group