use c6i instance type

This commit is contained in:
spengreb 2022-02-25 20:02:59 +01:00
parent ea0265a156
commit 955ad12e6e
2 changed files with 2 additions and 2 deletions

2
dns.tf
View file

@ -15,6 +15,6 @@ resource "digitalocean_record" "jam" {
domain = "vereto.net"
type = "A"
name = "ejam"
ttl = 5
ttl = 30
value = "${aws_instance.jamulus.public_ip}"
}

View file

@ -13,7 +13,7 @@ terraform {
resource "aws_instance" "jamulus" {
ami = "${data.aws_ami.image.id}"
instance_type = "t3.medium"
instance_type = "c6i.large"
key_name = "jamulus"
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