AWS Certified Security – Specialty (SCS-C02) — Question 198
A company has AWS accounts that are in an organization in AWS Organizations. A security engineer needs to set up AWS Security Hub in a dedicated account for security monitoring.
The security engineer must ensure that Security Hub automatically manages all existing accounts and all new accounts that are added to the organization. Security Hub also must receive findings from all AWS Regions.
Which combination of actions will meet these requirements with the LEAST operational overhead? (Choose two.)
Answer options
- A. Configure a finding aggregation Region for Security Hub. Link the other Regions to the aggregation Region.
- B. Create an AWS Lambda function that routes events from other Regions to the dedicated Security Hub account. Create an Amazon EventBridge rule to invoke the Lambda function.
- C. Turn on the option to automatically enable accounts for Security Hub.
- D. Create an SCP that denies the securityhub:DisableSecurityHub permission. Attach the SCP to the organization’s root account.
- E. Configure services in other Regions to write events to an AWS CloudTrail organization trail. Configure Security Hub to read events from the trail.
Correct answer: A, C
Explanation
The correct answers, A and C, ensure that Security Hub is set up efficiently across all accounts in the organization and is automatically activated for new accounts. Option B introduces unnecessary complexity by requiring a Lambda function, while D is not directly related to enabling Security Hub, and E involves manual configuration of CloudTrail which is more operationally intensive.