How to use Ubuntu 14.04 on AWS Elastic Beanstalk for a Python Django app

前端 未结 2 1532
长发绾君心
长发绾君心 2021-01-17 18:39

I want to ensure that the development environment to work just the same as the production environment. This is to minimise \"it works for me\" finger-pointing.

Hence

2条回答
  •  北海茫月
    2021-01-17 18:48

    AWS limits the operating systems that run under Elastic Beanstalk, as it is Platform as a Service. To get full flexibility on operating systems and configuration, you'd need to use EC2.

    There are two suboptimal workarounds, though:

    • use a Docker instance that is running Ubuntu
    • use this complicated hack to run Ubuntu in EB

提交回复
热议问题