We are planning to move some springboot (2.1.3) apps to AWS ECS. Currently we are setting application properties in a github repo and serving them through a Spring Cloud Config Server. All of these services are running on premises. I was wondering if we should stick to the cloud config server and the github repo as the back or maybe move to something else, like AWS parameter store.