How to specify sensitive environment variables at deploy time with Elastic Beanstalk

后端 未结 5 1070
既然无缘
既然无缘 2020-12-23 21:42

I am deploying a Python Flask application with Elastic Beanstalk. I have a config file /.ebextensions/01.config where among other things I set some environment

5条回答
  •  温柔的废话
    2020-12-23 22:23

    You should be able to specify sensitive values as environment variables from eb web console: Your EB app -> Your EB environment -> Configuration -> Software Configuration -> Environment Properties

    Alternatively, you can make use of this: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb3-setenv.html

提交回复
热议问题