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

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -