Free AWS DOP-C02 Actual Exam Questions - Question 1 Discussion

Question No. 1
A company has enabled all features for its organization in AWS Organizations. The organization
contains 10 AWS accounts. The company has turned on AWS CloudTrail in all the accounts. The
company expects the number of AWS accounts in the organization to increase to 500 during the next
year. The company plans to use multiple OUs for these accounts.
The company has enabled AWS Config in each existing AWS account in the organization. A DevOps
engineer must implement a solution that enables AWS Config automatically for all future AWS
accounts that are created in the organization.
Which solution will meet this requirement?
Select one option, then reveal solution.
US
EN
Ethan N.
2026-02-20

It’s D because using EventBridge to catch the CreateAccount event and then triggering a Systems Manager Automation runbook gives a clear, automated way to enable AWS Config right after an account is made. Unlike Lambda (option A), Automation runbooks can handle more complex steps and error handling, making them better suited for this kind of setup. Options B and C miss the automatic trigger or don’t actually enable Config themselves, so they’re less complete solutions.

0
EN
Ethan N.
2026-02-09

B tbh, stack sets are designed to handle automatic deployments across new accounts in an organization, which fits the scale here better than manual triggers or SCPs that don’t enable Config themselves.

0
RS
Rayan S.
2026-02-03

Maybe D could work well too since using Systems Manager Automation triggered by EventBridge can provide a streamlined way to enable AWS Config right after account creation, avoiding manual steps.

0
RS
Rayan S.
2026-02-03

Maybe A, since Lambda triggered by EventBridge can automate Config setup right after account creation.

0
RS
Rayan S.
2026-02-01

B CloudFormation stack sets can automatically deploy AWS Config settings across new accounts as they’re created, making it scalable for hundreds of accounts. The other options seem more manual or incomplete.

0
UY
Usman Y.
2026-01-17

B/D? I’m ruling out C because SCPs just restrict permissions, they don’t automate service setup like AWS Config enabling. A sounds interesting but enabling trusted access alone doesn’t fully set up AWS Config in new accounts. Between B and D, B uses CloudFormation stack sets which are designed for managing resources across multiple accounts and regions automatically, so that fits well with the requirement to enable AWS Config in all new accounts and OUs. D uses Systems Manager Automation triggered by EventBridge, which could work but seems more manual and less scalable than stack sets for this

0
FC
Farhan C.
2026-01-17

It’s unclear if AWS Config aggregator is set up for consolidated view.

0