aws-cli icon indicating copy to clipboard operation
aws-cli copied to clipboard

Containerized AWS CLI on alpine to avoid requiring the aws cli to be installed on CI machines.

Results 16 aws-cli issues
Sort by recently updated
recently updated
newest added

The following file has been created : Created **.github/workflows/ci.yml** file to build and push the image for both amd64 and arm64 platforms.

Hi Team, I am trying to use the **aws-cli** image on arm64 platform but it seems it is not available for arm64. I have successfully built the image using the...

The environment I am currently in uses temporary credentials, which makes use of a third environment variable: AWS_SESSION_TOKEN. Is there any chance that support for that could be added in?...

Update AWS CLI version to support EKS commands

I got this successfully tested on my QNAP NAS (which is an ARM unix) Probably this image could be used on raspberry pi's as well

Hi, would you consider to update the cli version to 1.15.8 or later to support secretsmanager? reference link: [here](https://stackoverflow.com/questions/50063622/unknown-service-secretsmanager-or-aws-secrets-manager-service-is-not-in-the-l) Thanks

I'm using this `mesosphere/aws-cli` container in my CI pipeline for purpose of pushing an docker image to AWS ECR and below is my `sh` step of Jenkins Pipeline `sh """...

Add some jq love!

Hi, I'm using your image for some automation and it worked great for a year or more but the new version of the image stopped working. I was using the...