we have a usecase where we have to externalize configuration properties for microservices(spring boot app) and we must be able to change it on the fly - means without restart.
I know about spring config server can help here but was checking if we already have some solution like this on AWS.
Please suggest.