Amazon changed the install in Linux 2. One no-longer using 'yum' See: https://aws.amazon.com/amazon-linux-2/release-notes/
First of all, install Docker on your system. Please refer to official docs https://docs.docker.com/engine/install/ https://docs.docker.com/engine/install/linux-postinstall/
For Linux, add to your ~/.bash_aliases
the flowing lines
# Docker setup
alias aws='docker run --rm -ti -v ~/.aws:/root/.a...
Recent am avut ceva durere de cap cu cele enumerate în titlu. Folosesc Bitbucket Pipelines la un proiect, iar pentru a face deploy pe AWS, am decis să merg cu CodeDeploy.
Aici este articolul de bază, de unde m-am inspirat: https://support.atlassian.com/bitbucket-cloud/docs/deploy-to-aws-with-code...
A simple way to assume a different role and login to ECR Inspired from here
Want to contribute? Edit in GitHub