amazon web services - AWS Elastic Beanstalk configuration files -


i have application running on aws elastic beanstalk. application needs configuration file, putted testing on ec2 instance manually.

problem is, when autoscaler decides scale more instances, application not have configuration file on new instances.

i read creating templates instances. put config file on instances , it'll replicated in new instance. has big disadvantage, 'cause if wanna change configuration during runtime, have on instances.

is there option how can solve that?

well, see 2 options: 1. when change config file need environment update on eb. in case nodes update new version of config file. 2. instead of file put configuration settings db, simpledb or dynamodb. point of view solution more preferable case, if want change settings in runtime.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -