Aws-cli: ECR docker login w/out AWS CLI

Created on 28 Jun 2017  路  6Comments  路  Source: aws/aws-cli

This is a feature request.

While AWS CLI is a great and at times indispensable tool, most if not all functionality is also available via AWS WEB UI. Well, at least for me, and I am not a "power user".

When comes down to AWS ECR it appears *the only * way to obtain docker login information is via aws ecr get-login ... command.

I know it says right here

1. Sign Up for AWS
2. Create an IAM User
3. Install the AWS CLI

Still, I and (in my observation) many of my fellow engineers find it at very least a little inconvenient having to install AWS CLI just for the sake of one command. And, until recently, install and keep it (AWS CLI) up to date, to keep up with changing flags.

closing-soon

Most helpful comment

@ichekrygin AWS Labs released ECR Credentials helper (written in Go) which does the ecr login under the hub for you - https://github.com/awslabs/amazon-ecr-credential-helper

All 6 comments

This is the repo for the AWS CLI only so i'm not sure this is a feature request for us. We already support that command as mentioned.

@stealthycoin you are absolutely correct. If you know could you please suggest the repo for this issue?

@ichekrygin it sounds as if you need to open a support ticket with AWS asking them to add this feature to the web UI. The AWS web UI is proprietary so there's no public git repo.

@caboteria correct, I believe support is the way to go here.

@ichekrygin AWS Labs released ECR Credentials helper (written in Go) which does the ecr login under the hub for you - https://github.com/awslabs/amazon-ecr-credential-helper

Was this page helpful?
0 / 5 - 0 ratings