SCS-C02 · Question #460
A company has a multi-account strategy that uses an organization in AWS Organizations with all features enabled. The company has enabled trusted access for AWS Account Management. New accounts are pro
The correct answer is D. Use the organization's management account to designate a Security Hub delegated administrator. Designating a Security Hub delegated administrator (option D) is the native AWS Organizations solution for this exact use case. When you assign a delegated administrator and enable the auto-enable setting, Security Hub automatically enrolls every new account added to the organiza
Question
A company has a multi-account strategy that uses an organization in AWS Organizations with all features enabled. The company has enabled trusted access for AWS Account Management. New accounts are provisioned through AWS Control Tower Account Factory. The company must ensure that all new accounts in the organization become AWS Security Hub member accounts. Which solution will meet these requirements with the LEAST development effort?
Options
- AEnable Security Hub in the organization's management account. Create an AWS Step Functions
- BEnable Security Hub in the organization's management account. Wait for all new accounts to
- CEnable Security Hub in the organization's management account. Create an AWS Lambda
- DUse the organization's management account to designate a Security Hub delegated administrator
How the community answered
(52 responses)- A15% (8)
- B4% (2)
- C8% (4)
- D73% (38)
Explanation
Designating a Security Hub delegated administrator (option D) is the native AWS Organizations solution for this exact use case. When you assign a delegated administrator and enable the auto-enable setting, Security Hub automatically enrolls every new account added to the organization as a member - no custom code or workflows required. This integration is built directly into the AWS Organizations + Security Hub service layer.
Why the distractors fall short:
- A (Step Functions) and C (Lambda) both require you to write and maintain custom automation code, which is development effort the question explicitly asks you to minimize.
- B (waiting for new accounts) implies either a manual process or a polling/scheduled solution - neither of which is as reliable or low-effort as a native service integration.
Memory tip: Whenever an AWS exam question asks for automatic enrollment of new org accounts into a security service (Security Hub, GuardDuty, Macie, etc.) with least effort, the answer pattern is almost always delegated administrator + auto-enable - it's the "set it and forget it" approach baked into AWS Organizations.
Topics
Community Discussion
No community discussion yet for this question.