AWS CLI dockerised. Current version: 1.10.65
Sample usage:
docker run --rm -v aws-config:/root/.aws/config mohamnag/aws-cli aws s3 ls
where aws-config a valid configuration file is similar to below containing but not limited to credentials:
[default]
region = ...
aws_access_key_id = ...
aws_secret_access_key = ...
Content type
Image
Digest
sha256:b81be3698…
Size
143.6 MB
Last updated
almost 10 years ago
docker pull mohamnag/aws-cli