oowy/awscli2
AWS CLI 2 Docker image base on Alpine linux, for efficient container management.
100K+
Maintained by:
Oowy team
Where to get help:
the Docker Community Slack, Server Fault, Unix & Linux, or Stack Overflow
Based on Alpine Linux 3.19
latest
2.22.24
2.22.23
2.22.22
2.22.21
2.22.20
2.22.19
2.22.18
2.22.17
2.22.16
2.22.15
2.22.14
2.22.13
2.22.12
2.22.11
2.22.10
2.22.9
2.22.8
2.22.7
2.22.6
2.22.5
2.22.4
2.22.3
2.22.2
2.22.1
2.22.0
2.21.3
2.21.2
2.21.1
2.21.0
2.20.0
2.19.5
2.19.4
2.19.3
2.19.2
2.19.1
2.19.0
2.18.18
2.18.17
2.18.16
2.18.15
2.18.14
2.18.13
2.18.12
2.18.11
2.18.10
2.18.9
2.18.8
2.18.7
2.18.6
2.18.5
2.18.4
2.18.3
2.18.2
2.18.1
2.18.0
2.17.65
2.17.64
2.17.63
2.17.62
2.17.61
2.17.60
2.17.59
2.17.58
2.17.57
2.17.56
2.17.55
2.17.54
2.17.53
2.17.52
2.17.51
2.17.50
2.17.49
2.17.48
2.17.47
2.17.46
2.17.45
2.17.44
2.17.43
2.17.42
2.17.41
2.17.40
2.17.39
2.17.38
2.17.37
2.17.36
2.17.35
2.17.34
2.17.33
2.17.32
2.17.31
2.17.30
2.17.29
2.17.28
2.17.27
2.17.26
2.17.25
2.17.24
2.17.23
2.17.22
2.17.21
2.17.20
Based on Alpine Linux 3.18
2.17.19
2.17.18
2.17.17
2.17.16
2.17.15
2.17.14
2.17.13
2.17.12
2.17.11
2.17.10
2.17.9
2.17.8
2.17.7
2.17.6
2.17.5
2.17.4
2.17.3
2.17.2
2.17.1
2.17.0
2.16.12
2.16.11
2.16.10
2.16.9
2.16.8
2.16.7
2.16.6
2.16.5
2.16.4
2.16.3
2.16.2
2.16.1
2.16.0
2.15.62
2.15.61
2.15.60
2.15.59
2.15.58
2.15.57
2.15.56
2.15.55
2.15.54
2.15.53
2.15.52
2.15.51
2.15.50
2.15.49
2.15.48
2.15.47
2.15.46
2.15.45
2.15.44
2.15.43
2.15.42
2.15.41
2.15.40
2.15.39
2.15.38
2.15.37
2.15.36
2.15.35
2.15.34
2.15.33
2.15.32
2.15.31
2.15.30
2.15.29
2.15.28
2.15.27
2.15.26
2.15.25
2.15.24
2.15.23
2.15.22
2.15.21
2.15.20
2.15.19
2.15.18
2.15.17
2.15.16
2.15.15
2.15.14
2.15.13
2.15.12
2.15.11
2.15.10
2.15.9
2.15.8
2.15.7
2.15.6
2.15.5
2.15.4
2.15.3
2.15.2
2.15.1
2.15.0
2.14.6
2.14.5
2.14.4
2.14.3
2.14.2
2.14.1
2.14.0
2.13.39
2.12.7
2.11.27
2.10.4
2.9.23
amd64
, arm64v8
AWS CLI 2 is the command-line interface for Amazon Web Services (AWS). It is a tool that allows users to interact with their AWS resources from their terminal or command prompt. It is written in Python and provides a wide range of functionalities such as managing EC2 instances, S3 buckets, AWS Lambda functions, and many more.
It is designed to work with all AWS services and to be easy to use for both beginners and experts, with features like command completion and built-in documentation.
It is an alternative to the original awscli
tool, but with added features and improved performance.
The team publishes a Docker image to this repository for each official release of AWS CLI 2.
These images wrap the aws
executable, allowing you to run aws
subcommands by passing in their names and arguments as part of docker run.
For example, the command below uses the 'latest' tag to display the 'version' of the binary:
docker run oowy/awscli2:latest --version
You will likely need to further configure your container so that aws
can access your configuration files and provider credentials. This could include mounting your configuration into the container, setting the working directory to refer to your configuration, and passing in environment variables and credentials files for the providers you intend to use. The docker run documentation lists the options you can use to customize the container environment.
You could also use these images as a base for your own images. For example, this would be helpful if you wanted to to pre-set CLI Configuration settings as part of your image.
Open issues about AWS binary on the main AWS CLI repository.
docker pull oowy/awscli2