Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AWS CLI #11424

Open
5 of 17 tasks
sagargulabani opened this issue Jan 20, 2025 · 0 comments
Open
5 of 17 tasks

Add AWS CLI #11424

sagargulabani opened this issue Jan 20, 2025 · 0 comments

Comments

@sagargulabani
Copy link

sagargulabani commented Jan 20, 2025

Tool name

AWS CLI

Tool license

Apache License version 2.0

Add or update?

  • Add
  • Update

Desired version

aws cli version 2

Approximate size

No response

Brief description of tool

AWS CLI is a popular tool to interact with AWS.
Its added to mac images, so we can add them to ubuntu images too.

URL for tool's homepage

No response

Provide a basic test case to validate the tool's functionality.

Platforms where you need the tool

  • Azure DevOps
  • GitHub Actions

Runner images where you need the tool

  • Ubuntu 20.04
  • Ubuntu 22.04
  • Ubuntu 24.04
  • macOS 12
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • macOS 15
  • macOS 15 Arm64
  • Windows Server 2019
  • Windows Server 2022
  • Windows Server 2025

Can this tool be installed during the build?

yes, as per offical documentation. 

curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install --bin-dir /usr/local/bin --install-dir /usr/local/aws-cli --update

Tool installation time in runtime

few seconds.

Are you willing to submit a PR?

yeah

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants