AppConfig for configuration management

0

Usecase : I am currently having some microservices deployed to ECS . Each of these services have some infrastructure (Queue, S3 etc) and application level (Timeout, Pagination etc) set set in the configuration (currently in Parameter store) . I would like to automate the deployment and follow best practices.

serviceA , version 2.1.0, environment (dev) ==> ConfigurationA 1.0 serviceA , version 3.1.0, environment (dev) ==> ConfigurationA 2.0 serviceA , version 2.1.0, environment (test) ==> ConfigurationA 1.0-test : serviceB , version 1.1.0, environment (dev) ==> ConfigurationB 1.0

ie for a service, based on a version and environment we need to deploy the container with the specific configuration.

Is AppsConfig the right solution for this usecase. How can we create these versions (as labels in AppsConfig hosted config ?) . This should be a common scenario how are others maintaining these configurations against a specific service version.

No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions