nerdexam
Amazon

DVA-C02 · Question #609

A company wants to use AWS AppConfig to gradually deploy a new feature to 15% of users to test the feature before a full deployment. Which solution will meet this requirement with the LEAST operationa

The correct answer is C. Create an AWS AppConfig feature flag. Define a variant for the new feature, and create a rule to. The company wants to gradually release a new feature to 15% of users to perform testing. AWS AppConfig is designed to manage and deploy configurations, including feature flags, allowing controlled rollouts. Feature Flags: Enable or disable features dynamically without redeploying

Submitted by naveen.iyer· Mar 5, 2026Deployment

Question

A company wants to use AWS AppConfig to gradually deploy a new feature to 15% of users to test the feature before a full deployment. Which solution will meet this requirement with the LEAST operational overhead?

Options

  • ASet up a custom script within the application to randomly select 15% of users. Assign a flag for
  • BCreate separate AWS AppConfig feature flags for both groups of users. Configure the flags to
  • CCreate an AWS AppConfig feature flag. Define a variant for the new feature, and create a rule to
  • DUse AWS AppConfig to create a feature flag without variants. Implement a custom traffic splitting

How the community answered

(27 responses)
  • A
    4% (1)
  • B
    11% (3)
  • C
    81% (22)
  • D
    4% (1)

Explanation

The company wants to gradually release a new feature to 15% of users to perform testing. AWS AppConfig is designed to manage and deploy configurations, including feature flags, allowing controlled rollouts. Feature Flags: Enable or disable features dynamically without redeploying code. Variants: Define different configurations for subsets of users. Targeting Rules: Specify rules for which users receive a particular variant.

Community Discussion

No community discussion yet for this question.

Full DVA-C02 Practice