bmonkman opened this issue 3 years ago · 2 comments
The default staging environment has a t2 instance type as an option, which should be removed. T2 instances don't support IP prefixes which means these instances would have much lower IP limits.
zero-aws-eks-stack/templates/terraform/environments/stage/main.tf
Line 79 in 87f27a9
Does this simply mean? @bmonkman
instance_types = ["t3.medium", "t3.large"]
Yeah that's right, that should be fine as the default.