chore: make cluster-autoscaler work on eks

This commit is contained in:
Michele Cereda
2024-07-24 18:06:11 +02:00
parent 07cd372ec1
commit 76cc8869e3
6 changed files with 262 additions and 12 deletions

View File

@@ -1,7 +1,5 @@
# AWS CLI
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Profiles](#profiles)
1. [Configuration](#configuration)
@@ -17,11 +15,12 @@ Do *not* use `--max-items` together with `--query`: the items limit is applied b
to show no results.
<details>
<summary>Installation and configuration</summary>
<summary>Setup</summary>
```sh
# Install the CLI.
brew install 'awscli'
docker pull 'amazon/aws-cli'
pip install 'awscli'
# Configure profiles.
@@ -53,6 +52,9 @@ rm -r ~'/.aws/cli/cache'
<summary>Usage</summary>
```sh
# Use the docker version.
docker run --rm -ti -v "$HOME/.aws:/root/.aws:ro" 'amazon/aws-cli:2.17.16' autoscaling describe-auto-scaling-groups
# List applications in CodeDeploy.
aws deploy list-applications