Change to C7i.xlarge instance

This commit is contained in:
speng reb 2025-03-28 21:32:44 +00:00
parent 80ffcf65f6
commit b7b378c045

View file

@ -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