Ultimate access to all questions.
In your current setup, the application is automatically deployed using AWS Elastic Beanstalk, and its YAML configuration files are stored in the .ebextensions folder. These configuration files are frequently added or updated. The DevOps team prefers not to redeploy the entire application whenever there are configuration changes. They want to handle the configurations externally and securely, ensuring that they are dynamically loaded into the application at runtime.
Which solution allows you to achieve this?