Runs AWS client commands without having to install anything
2.5K
Runs AWS commands using docker container
For example:
In order to deploy UI on your current UI repository that has UI built in dist folder you can run the following command that mounts your current directory to /home/aws/src and sync's it with the S3 bucket of your choice. The mounted dist folder is at /home/aws/src/dist in your container.
docker run --rm --name aws_sync -v `pwd`:/home/aws/src -v ~/.aws:/home/aws/.aws academicmerit/awscli:latest aws --profile amerit-nuevo s3 sync /home/aws/src/dist/ s3://ui-metadata-import.staging.academicmerit.com
Build images and push to Docker hub:
bin/build
Content type
Image
Digest
Size
36.6 MB
Last updated
almost 8 years ago
docker pull academicmerit/awscli