amazon web services - How do I add different option_settings for different elastic beanstalk environments? -
amazon web services - How do I add different option_settings for different elastic beanstalk environments? -
i'm trying add together different node_env
environment variable using option_settings
in .ebextensions
different elastic beanstalk environments ie,
option_settings: - option_name: node_env value: production
where value
staging
or production
depending on 2 different elastic beanstalk environments have (which mapped different git branches per http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-reference-branch-environment.html)
is possible in .ebextenions
? or need access management console?
yes, possible in .ebextensions if have diferent packages per environment. single bundle have set in runtime using management console, cli or sdk.
amazon-web-services elastic-beanstalk
Comments
Post a Comment