commitdev/zero-aws-eks-stack

Remove t2 instances as default type

bmonkman opened this issue · 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.

instance_types = ["t3.medium", "t2.medium", "t3.large"]

Does this simply mean? @bmonkman

    instance_types = ["t3.medium", "t3.large"]

Yeah that's right, that should be fine as the default.