diff --git a/packer/web.pkr.hcl b/packer/web.pkr.hcl index af4f286..4ed4b3f 100644 --- a/packer/web.pkr.hcl +++ b/packer/web.pkr.hcl @@ -49,7 +49,7 @@ locals { source "amazon-ebs" "ubuntu" { ami_name = "riju-web-${local.timestamp}" - instance_type = "t3.micro" + instance_type = "t3.small" source_ami = "${data.amazon-ami.ubuntu.id}" ssh_username = "ubuntu"