AWS Certified Developer - Associate

AWS Certified Developer - Associate

Get started today

Ultimate access to all questions.


A company has launched a premium feature accessible only to select customers. The developer must toggle this feature based on performance feedback and deploy configuration changes swiftly without disruption.




Explanation:

The correct answer is A. AWS AppConfig is a part of AWS Systems Manager designed specifically for managing application configurations and feature toggles in a safe and controlled manner. It allows developers to validate changes before deployment, reducing the risk of adversely impacting application stability and user experience. Using feature flags with AWS AppConfig enables the developer to turn features on and off without redeploying code, making it an ideal solution for managing access to new features based on feedback and performance metrics quickly and without disruption.