whole-tale / terraform_deployment

Terraform deployment setup for WT prod
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Increase VMs' resources #9

Closed Xarthisius closed 6 years ago

Xarthisius commented 6 years ago

It's not a pressing issue, but I'd like to increase the size of VMs from m1.small to at least m1.medium (maybe m1.large if it fits the allocation). For both dev and prod. Maybe next time when everything blows up... ;)

craig-willis commented 6 years ago

It looks like production was already deployed with 7 m1.medium (6 vcpu + 16G RAM) instances. The current TACC allocation has a quota of 132 vcpus + 360GB RAM. We could use m1.large (10 vcpu + 30GB RAM).

I think it might make sense to leave m1.medium in the variables.tf? Or we could parameterize based on environment.