Thanks to visit codestin.com
Credit goes to github.com

Skip to content

vtknightmare/aws-cli-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 

Repository files navigation

AWS CLI Docker Image

Supported tags and Dockerfiles

This image provides the AWS CLI and a few other tools, including jq.

I have an IFTT recipe written to notify me of new releases of the AWS CLI, so should be able to keep up-to-date on it.

Usage

docker run --rm -e AWS_ACCESS_KEY_ID=my-key-id -e AWS_SECRET_ACCESS_KEY=my-secret-access-key -v $(pwd):/aws mikesir87/aws-cli aws ecs register-task-definition --cli-input-json file://aws/task-definition.json

The sample above uses environment variables to set the access and secret keys and invokes the ECS service to register a task definition.

About

Simple Docker image with the AWS CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors