mirror of
https://github.com/jambonz/jambonz-infrastructure.git
synced 2026-01-25 02:08:27 +00:00
default instance to t2.medium for now
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user