This docker image packs AWS CLI v2 in alpine linux. The image us based on Alpine docker image version [].
The AWS CLI v2 version used is 2.0.30
Please note the latest is the bleeding edge tag, and is not integration tested for stable releases use one ofthe published tags other than latest.
Pull the image
docker image pull anadimisra/alpine-awscli2:1.0To run the image
docker run -v ~/.aws:/root/.aws --rm -it anadimisra/alpine-awscli2:1.0 [command]Where ~/.aws is the directory containing the aws configuration and credentials. For more details on them see this link.