Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

359
Views
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.

about 4 years ago · Santiago Trujillo
2 answers
Answer question

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 ./
about 4 years ago · Santiago Trujillo Report

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

about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!