An enterprise is establishing centralized security monitoring across its multi-account environment using AWS Organizations. A solutions architect needs to configure Amazon GuardDuty so that all security alerts are consolidated into a dedicated Security Tooling member account. The solution must ensure that member accounts cannot disable GuardDuty or modify its configurations, while allowing the Security Tooling account to manage the service.
Arrange the following steps in the correct chronological sequence to implement this governance and security architecture.
- 1Enable trusted access for Amazon GuardDuty in AWS Organizations from the management account.
- 2Designate the dedicated Security Tooling account as the delegated administrator for Amazon GuardDuty from the management account.
- 3Attach a Service Control Policy (SCP) to the member Organizational Units (OUs) that denies GuardDuty disabling actions, exempting the delegated administrator role.
- 4Sign in to the Security Tooling account and enable GuardDuty, then configure it to automatically enable GuardDuty for all existing and new member accounts in the organization.
Answer
The correct order of steps is to first enable trusted access for Amazon GuardDuty from the AWS Organizations management account, then designate the Security Tooling account as the delegated administrator from the management account. After delegation, attach a Service Control Policy (SCP) to the member OUs restricting GuardDuty modifications while exempting the delegated administrator. Finally, sign in to the Security Tooling account to enable GuardDuty and configure it to automatically enable the service for all current and future member accounts.
The correct sequence begins with the AWS Organizations management account enabling trusted access for GuardDuty, which is a prerequisite for delegation. The management account then registers the dedicated Security Tooling account as the delegated administrator. Next, the solutions architect secures the deployment by attaching an SCP to the member OUs to prevent local modification of GuardDuty settings, ensuring the delegated administrator role is exempted from this restriction. Finally, the solutions architect signs in to the Security Tooling account to enable the service and configure automatic onboarding for all current and future member accounts.
Step-by-Step Solution
Key Concept
Delegated administration and centralized security governance in AWS Organizations allow operational tasks to be securely managed from a dedicated security account, enforced by organization-wide SCP guardrails.
Estimated Time:3m 0s