Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Download a application from AWS Elastic Beanstalk

How can I download a application from Elastic Beanstalk? I uploaded the application via the web interface, and made some changes live (It's a wordpress site), and now I want to download the whole site.

Thanks.

like image 577
Marcus Sabino Avatar asked Jan 30 '15 11:01

Marcus Sabino


People also ask

Where does Elastic Beanstalk store application files?

In Elastic Beanstalk, where does it store the application files and server log files? Application files are stored in S3. The server log files can only be stored in the attached EBS volumes of the EC2 instances, which were launched by AWS Elastic Beanstalk. Application files are stored in S3.

How do you get the code in Elastic Beanstalk?

Sign into AWS Console, click Services in top left, then click Elastic Beanstalk (under Compute), then click on your application (not applicationName-env, but just ApplicationName). Next, click Application Versions on the left hand side and you'll see a list of applications.

What is application in Elastic Beanstalk?

AWS Elastic Beanstalk is an easy-to-use service for deploying and scaling web applications and services developed with Java, . NET, PHP, Node. js, Python, Ruby, Go, and Docker on familiar servers such as Apache, Nginx, Passenger, and IIS.


1 Answers

You can download the site from within Application Versions Table (Source Column) in AWS Console.

  • Log into AWS Console
  • Navigate to Services-> Beanstalk -> Application Versions

Alternatively you can also scp the file from the EC2 instance tied to your beanstalk application.

like image 167
Dhananjay Avatar answered Oct 10 '22 11:10

Dhananjay