# Description: This script will create the AWS access keys using the Azure account credentials. # First, run the docker container (code below) and then enter the Azure account credentials. # The AWS access keys will be created and stored in the ~/.aws/credentials file in the host machine. docker run -it --rm \ --name aws-azure-login \ --workdir /root \ -v ${HOME}/.aws:/root/.aws \ dtjohnson/aws-azure-login