DVA-C02 · Question #688
A company's application has pricing tiers to group features and usage limits. The company needs to configure values for feature groups and usage limits dynamically for multiple tenants. The company ne
The correct answer is D. Store the values in AWS AppConfig. Configure the application to get updated values from AWS. AWS AppConfig enables dynamic configuration management with minimal operational overhead. It allows the application to retrieve updated values without code changes, providing a scalable way to manage feature flags and usage limits across tenants.
Question
A company's application has pricing tiers to group features and usage limits. The company needs to configure values for feature groups and usage limits dynamically for multiple tenants. The company needs a solution that requires minimal operational overhead and does not require code changes when the values change. Which solution will meet these requirements?
Options
- AStore the values in AWS Systems Manager Parameter Store. Manually run a script for the
- BStore the values in an Amazon DynamoDB table. Configure DynamoDB streams to trigger an
- CStore the values in AWS Secrets Manager. Manually run a script for the application to update the
- DStore the values in AWS AppConfig. Configure the application to get updated values from AWS
How the community answered
(49 responses)- A6% (3)
- B16% (8)
- C4% (2)
- D73% (36)
Explanation
AWS AppConfig enables dynamic configuration management with minimal operational overhead. It allows the application to retrieve updated values without code changes, providing a scalable way to manage feature flags and usage limits across tenants.
Community Discussion
No community discussion yet for this question.