We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b51cc commit b4ceffcCopy full SHA for b4ceffc
eks.tf
@@ -15,10 +15,10 @@ module "eks" {
15
16
eks_managed_node_groups = {
17
spot = {
18
- min_size = 1
+ min_size = 2
19
max_size = 6
20
- desired_size = 2
21
- instance_type = ["t4g.large"]
+ desired_size = 3
+ instance_type = ["t4g.xlarge"]
22
capacity_type = "SPOT"
23
iam_role_additional_policies = {
24
AmazonEBSCSIDriverPolicy = "arn:aws:iam::aws:policy/service-role/AmazonEBSCSIDriverPolicy"
0 commit comments