AWS Certified SysOps Administrator – Associate — Question 192
A company manages a set of accounts on AWS by using AWS Organizations. The company's security team wants to use a native AWS service to regularly scan all AWS accounts against the Center for Internet Security (CIS) AWS Foundations Benchmark.
What is the MOST operationally efficient way to meet these requirements?
Answer options
- A. Designate a central security account as the AWS Security Hub administrator account. Create a script that sends an invitation from the Security Hub administrator account and accepts the invitation from the member account. Run the script every time a new account is created. Configure Security Hub to run the CIS AWS Foundations Benchmark scans.
- B. Run the CIS AWS Foundations Benchmark across all accounts by using Amazon Inspector.
- C. Designate a central security account as the Amazon GuardDuty administrator account. Create a script that sends an invitation from the GuardDuty administrator account and accepts the invitation from the member account. Run the script every time a new account is created. Configure GuardDuty to run the CIS AWS Foundations Benchmark scans.
- D. Designate an AWS Security Hub administrator account. Configure new accounts in the organization to automatically become member accounts. Enable CIS AWS Foundations Benchmark scans.
Correct answer: D
Explanation
The correct answer is D because it allows for automatic membership and scanning of new accounts without the need for manual intervention, making it the most operationally efficient solution. Options A and C require additional manual scripting every time a new account is created, which is less efficient. Option B does not utilize the native service specifically designed for this purpose, which is AWS Security Hub.