An open API service indexing awesome lists of open source software.

https://github.com/necojackarc/aws-cli-with-plugins

The official AWS CLI version 2 Docker image with plugins.
https://github.com/necojackarc/aws-cli-with-plugins

aws aws-cli docker docker-image

Last synced: 2 months ago
JSON representation

The official AWS CLI version 2 Docker image with plugins.

Awesome Lists containing this project

README

          

## AWS CLI with Plugins

The official AWS CLI version 2 Docker image with plugins.

* [Using the official AWS CLI version 2 Docker image](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-docker.html)
* [amazon/aws-cli - Docker Hub](https://hub.docker.com/r/amazon/aws-cli)

## Plugins

* [Session Manager Plugin](https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin.html)

## Usage
Same as the official:

```bash
alias aws='docker run --rm -it -v ~/.aws:/root/.aws -v "$(pwd)":/aws necojackarc/aws-cli-with-plugins'
```