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

362
Vistas
How to get files stored in Elastic Beanstalk instance?

I have a django (1.10) app running in Elastic Beanstalk. I want to dump some apps data to fixtures and download these fixtures to my local machine (to replicate in my local database).

So far, I've eb ssh'ed into my instance and dumped the data to ~/myapp_current.json.

But I can not find a way to copy the file to my local machine. There is no eb scp command.

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

0

When you run eb ssh locally, eb will print out the actual SSH command it's running. For instance:

INFO: Running ssh -i /Users/me/.ssh/aws.pem ec2-user@3.4.5.6

Just copy that ssh command, change ssh to scp, and then add the rest, and run it locally:

scp -i /Users/me/.ssh/aws.pem ec2-user@3.4.5.6:myapp_current.json ./
over 4 years ago · Santiago Trujillo Denunciar

0

At your Environment there is the option "Application versions", in there you obtain a list of all the versions of your application that you had been upload. You can select the desired version and download it

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