Skip to content
This repository was archived by the owner on Oct 15, 2022. It is now read-only.

tristanmorgan/awscli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS CLI in a Docker containter

Docker Image

Bundles the AWS CLI in a Docker containter.

Repo status

I don't find I'm using this enough anymore, so I'll leave the code public. Mostly I'm just doing the occasional hack on AWS with my limited aws-ruby-cli.

Usage

To use like it was installed locally, set an alias:

alias aws='docker run --rm -v ${PWD}:/work -e AWS_DEFAULT_REGION -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY -e AWS_SESSION_TOKEN tristanmorgan/awscli'

and to have the auto-completion working too:

complete -C 'docker run --rm --entrypoint /usr/bin/aws_completer -v ${PWD}:/work -e COMP_LINE -e COMP_POINT tristanmorgan/awscli' aws

About

A minimal Docker container with the AWS CLI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages