Downgrade to c6i
This commit is contained in:
parent
55e0f15594
commit
db0009b207
1 changed files with 1 additions and 1 deletions
2
main.tf
2
main.tf
|
|
@ -24,7 +24,7 @@ resource "aws_key_pair" "generated_key" {
|
||||||
|
|
||||||
resource "aws_instance" "jamulus" {
|
resource "aws_instance" "jamulus" {
|
||||||
ami = "${data.aws_ami.image.id}"
|
ami = "${data.aws_ami.image.id}"
|
||||||
instance_type = "c7i.xlarge"
|
instance_type = "c6i.xlarge"
|
||||||
key_name = "${aws_key_pair.generated_key.key_name}"
|
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
|
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue