DEV Community

Discussion on: Deploy Rails in Amazon ECS: Part 2 - Push an image to ECR

Collapse
 
richessler profile image
Richard Hessler

One thing to note is that with AWS CLI Version 2 the aws ecr get-login command is replaced with

aws ecr get-login-password | docker login --username AWS --password-stdin

Collapse
 
raphael_jambalos profile image
Raphael Jambalos

Thanks for this Richard, I have edited the article to reflect this. Have a good one! :D