Skip to content

Instantly share code, notes, and snippets.

View usama2490's full-sized avatar
🏠
Working from home

Muhammad Usama Khan usama2490

🏠
Working from home
View GitHub Profile
@usama2490
usama2490 / ecr-docker-setup.md
Last active June 9, 2022 07:34
This gist will guide you how to setup the ECR registry authentication with Docker and pulling of ECR images defined in Docker Compose file.

Install the awscli v2 first

Run these commands to have it installed,

unzip awscliv2.zip
cd aws
./install

Run aws --version cmd, it should return 2.x.x version (of aws cli)