aws
The official CLI tool for Amazon Web Services. Some subcommands such as aws s3 have their own usage documentation. More information: <https://aws.amazon.com/cli>.
RUN apt-get update && \
apt-get install -y awscli
RUN apt-get update && \
apt-get install -y awscli
RUN pacman -S --noconfirm awscli
RUN apt-get update && \
apt-get install -y awscli
RUN yum install -y awscli
RUN dnf install -y awscli
RUN apt-get update && \
apt-get install -y awscli