docker - amazon ecs Container for Configuration files -


at moment try figure out setup application in amazon ecs.

my application needs config file. want have container hold config file when want change don't need redeploy application.

i can't find best practice method this. found out ecs tasks make docker run , can't make docker create.

does have idea how can manage config files applications?

most using docker overkill. how complex data? if it's simple key-value pairs use dynamodb , rid of file completely. option using efs file, or attaching/detaching ebs volume.


Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -