|
|
|
|
|
by OJFord
2208 days ago
|
|
> Two micro instances don't seem to warrant using Terraform That doesn't really make sense, it's not like there's some huge fixed cost of using Terraform, the whole point of infrastructure as code is that all the infrastructure is code, i.e. it's all variable cost. Small infrastructure as small code. And then it's all there when you expand. Change `num_micro_instances = 2` to `4`. `10`. |
|