Download a application from AWS Elastic Beanstalk

后端 未结 2 550
夕颜
夕颜 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.

    0 讨论(0)
  • 2021-01-11 10:29

    Using the CLI EB client you can run from your application's local directory:

    eb labs download
    

    It will download the application's last version code archive into ./.elasticbeanstalk/downloads/<some name with numbers>.zip

    0 讨论(0)
提交回复
热议问题