Containerized Docker-In-Dind + AWS CLI on alpine to avoid requiring the aws cli to be installed on CI machines.
docker pull felippemauricio/awscli-dind
docker run -it -e AWS_ACCESS_KEY_ID=<value> -e AWS_SECRET_ACCESS_KEY=<value> -e AWS_DEFAULT_REGION=<value> felippemauricio/awscli-dind sh
The Docker Hub page is felippemauricio/awscli-dind.
Licensed under the MIT License, Copyright © 2019-present Felippe Maurício.