When you want to migrate an existing Spring Boot application to AWS Systems Manager Parameter Store, is there a way to import all existing properties from the application's config file (application.yml) to AWS Systems Manager Parameter Store automatically?
I found there is a aws ssm
cli available, which allows to put parameters to the Parameter Store, but it still seems, that I have to migrate each application property one by one.