Docker image with the latest Amazon CLI tools
444
#AWS CLI tools#
This image contains tools and utilities needed for managing AWS, Kubernetes and Docker, and more. This includes:
aws AWS command line toolkubectl Kubernetes cluster management tool
** kops Kubernetes AWS infrastructure management tooljq JSON parser
** yq YAML parser
** mysql MySQL client##Usage##
docker run \
--rm \
-v local/path:/container/path \
-e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY \
-e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID \
-e AWS_DEFAULT_REGION=$AWS_DEFAULT_REGION \
bartlettc/aws-cli-tools \
<command>
Content type
Image
Digest
Size
64.2 MB
Last updated
about 9 years ago
docker pull bartlettc/aws-cli-tools