Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

202
Vistas
New command for AWS CLI v2 to replace `aws ecr get-login` of AWS CLI v1

Encouraged by DockerCon 2020, I'm tackling again getting a flask app running on AWS EC2, but this time I don't want to touch the AWS dashboard. I'd like to stay entirely on the command line (osx terminal).

This fine tutorial describes how to build an image and run it on AWS ECR, apparently itself ultimately running behind the scenes on an EC2 instance.

I am guessing that the beginning of the translation to AWS CLI v2 of

v1: aws ecr get-login --region us-east-1 --no-include-email

is

v2: aws ecr get-login-password --region us-east-1

The v1 command apparently produced a string properly formatted for subsequent running. (Good riddance, cutting and pasting would not yield a reliable or a customizable CLI.)

The v2 replacement produces a long password for a subsequent command.

Which command(s) in v2 fully replace v1's aws ecr get-login?

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

According to the documentation this can be replaced by running

aws ecr get-login-password | docker login --username AWS --password-stdin MY-REGISTRY-URL

Regarding the --no-include-email the documentation states the following

You must specify --no-include-email if you're using Docker version 17.06 or later. The default behavior is to include the '-e' flag in the 'docker login' output.

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda