env0 / env0/k8s-modules

Do not use AWS CLI command

Open
#5 4 comments 0 reactions 0 assignees View on GitHub
wontfix
Dominant language
HCL
Stars
3
Forks
4
PR merge metrics
No merged PRs in 30d

Description

The following resources:
```terraform

module "suspend_asg_processes_command" {
source = "digitickets/cli/aws"
version = "4.1.0"
aws_cli_commands = ["autoscaling", "suspend-processes", "--auto-scaling-group-name ${module.eks.node_groups.deployment.resources.0.autoscaling_groups.0.name}", "--scaling-processes AZRebalance"]
}

module "set_asg_default_cooldown_command" {
source = "digitickets/cli/aws"
version = "4.1.0"
aws_cli_commands = ["autoscaling", "update-auto-scaling-group", "--auto-scaling-group-name ${module.eks.node_groups.deployment.resources.0.autoscaling_groups.0.name}", "--default-cooldown 60"]
}

module "enable_asg_metrics_collection" {
source = "digitickets/cli/aws"
version = "4.1.0"
aws_cli_commands = ["autoscaling", "enable-metrics-collection ", "--auto-scaling-group-name ${module.eks.node_groups.deployment.resources.0.autoscaling_groups.0.name}", "--granularity \"1Minute\""]
}

```

Upgrading to v18 of the EKS should allow us to set these for `node_groups`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.