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.

Keine Antworten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen