Download a application from AWS Elastic Beanstalk

后端 未结 2 551
夕颜
夕颜 2021-01-11 09:52

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 wan

2条回答
  •  臣服心动
    2021-01-11 10:05

    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.

提交回复
热议问题