News

Create a buildspec.yml to build the docker image nd push to ECR Repo Sample : check here Create a New Project in Code Build web-container-project-codebuild choose the aws code commit as the source ...
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin xxxxxxxxxx.dkr.ecr.us-east-1.amazonaws.com Note: If you receive an error ...