Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frioux/aws-cli.dkr
https://github.com/frioux/aws-cli.dkr
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/frioux/aws-cli.dkr
- Owner: frioux
- License: apache-2.0
- Created: 2016-01-04T20:55:28.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2020-06-13T18:03:33.000Z (over 4 years ago)
- Last Synced: 2024-10-22T12:04:35.610Z (2 months ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS Container
## Usage
```
mkdir ~/.awsdocker run -it --rm \
--volume ~/.aws:/.aws \
--user $(id -u) \
frew/aws \
configuredocker run -it --rm \
--volume ~/.aws:/.aws \
--user $(id -u) \
frew/aws \
ec2 describe-instances
```## Description
The packaged versions of [aws-cli](https://github.com/aws/aws-cli) tend to be a
little out of date. This image contains everything you need to use `aws-cli`
without installing python modules system-wide.## Volumes
There is only a single volume, used for configuration: `/.aws/`. It is
absolutely required and almost any usage without it is likely to fail.## Whalebrew
Full whalebrew support!