default instance to t2.medium for now

This commit is contained in:
Dave Horton
2020-05-17 15:01:03 -04:00
parent 3d054eacb5
commit 109a4b7202

View File

@@ -27,7 +27,7 @@ variable "jambonz_sbc_rtp_private_ips" {
}
variable "ec2_instance_type" {
description = "the EC2 instance type to use for the jambonz servers"
default = "c5n.large"
default = "t2.medium"
}
variable "key_name" {
description = "name of an aws keypair that you have downloaded and wish to use to access the jambonz instance via ssh"