/aws-toolbox

Command line tools for AWS

Primary LanguageShellMIT LicenseMIT

docker-aws-toolbox

Docker Automated buil Docker Build Statu


Includes:

Getting started

Pull the alpine image: docker pull makeros/aws-toolbox:alpine

Examples:

docker run --rm  makeros/aws-toolbox:alpine aws --version
docker run --rm  makeros/aws-toolbox:alpine eb --version
docker run --rm -e AWS_ACCESS_KEY_ID= -e AWS_SECRET_ACCESS_KEY= -e AWS_DEFAULT_REGION= makeros/aws-toolbox:alpine aws --version
docker run --rm -it makeros/aws-toolbox:alpine ecs-deploy

Tests

Test builded image with Bats: