Install the AWS cli
set -ex apt-get update apt-get install -y python3-pip pip3 install —upgrade pip pip3 install awscli --upgrade --user echo "export PATH=~/.local/bin:\$PATH" >> ~/.bashrc aws —version