This report was developed as part of Cohort 1. The project and repository were inspired by tutorials from Krish Naik on YouTube.
A big thank you to Krish Naik for the valuable insights and guidance that made this project possible!
- Docker Build checked
- Github Workflow
- Iam User In AWS
#optinal
sudo apt-get update -y
sudo apt-get upgrade
#required
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
sudo usermod -aG docker ubuntu
newgrp docker
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_REGION = us-east-1
AWS_ECR_LOGIN_URI = demo>> 566373416292.dkr.ecr.ap-south-1.amazonaws.com
ECR_REPOSITORY_NAME = simple-app