upped buffer sizes and switched to 2xlarge to increase speed

This commit is contained in:
Joe Lothan 2026-05-20 12:59:12 -04:00
parent 1df9a234cf
commit 8dce702e8d
5 changed files with 10 additions and 8 deletions

View file

@ -44,7 +44,7 @@ variable "ssh_cidr" {
}
variable "ec2_instance_type" {
default = "c5.xlarge"
default = "c5.2xlarge"
}
variable "ec2_ami" {