I provided the application configuration through the consul key storage for application containers running on ECS.
An application reads its configuration from the consul only once at startup.
When I need to change the configuration, how do I need to restart the containers to update the application configuration?
I hope to do this programmatically through aws cli.
source
share