Question 1,104 of 1,738
Threat Detection and Incident ResponseeasyMultiple ChoiceObjective-mapped

Quick Answer

The answer is AWS Organizations, as it is the foundational service required to enable GuardDuty in a multi-account environment with a delegated admin. GuardDuty integrates directly with Organizations, allowing the management account to designate a delegated administrator account that then centrally enables and manages threat detection for all member accounts, eliminating the need for manual per-account setup. On the AWS Certified Security Specialty SCS-C02 exam, this concept tests your understanding of how Organizations streamlines security services at scale—a common trap is confusing GuardDuty’s delegated admin with IAM cross-account roles or AWS CloudFormation StackSets. Remember that Organizations is the prerequisite; without it, GuardDuty cannot automatically enroll member accounts or delegate administration. Memory tip: think “Org first, then GuardDuty”—the organization structure must exist before you can delegate admin for threat detection.

SCS-C02 Threat Detection and Incident Response Practice Question

This SCS-C02 practice question tests your understanding of threat detection and incident response. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A security engineer is configuring Amazon GuardDuty in a multi-account environment using AWS Organizations. The engineer wants to designate a delegated administrator account to manage GuardDuty for all member accounts. Which AWS service must be used to enable GuardDuty for all accounts?

Question 1easymultiple choice
Read the full NAT/PAT explanation →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

AWS Organizations

Option D is correct because AWS Organizations is the foundational service required to designate a delegated administrator for Amazon GuardDuty in a multi-account environment. GuardDuty integrates directly with Organizations to allow a management account to enable GuardDuty for all member accounts and delegate administration to a specified account, which then manages threat detection across the organization without needing additional services.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • AWS CloudFormation StackSets

    Why it's wrong here

    StackSets can deploy resources but are not the primary service for multi-account GuardDuty.

  • AWS Control Tower

    Why it's wrong here

    Control Tower can set up GuardDuty but is not required.

  • AWS Config

    Why it's wrong here

    AWS Config is not for enabling GuardDuty.

  • AWS Organizations

    Why this is correct

    GuardDuty integrates with AWS Organizations for multi-account management.

    Related concept

    Read the scenario before looking for a memorised answer.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may confuse AWS Organizations as merely an organizational tool and think they need a separate service like CloudFormation StackSets or Control Tower to enable GuardDuty across accounts, but GuardDuty natively integrates with Organizations for delegated administration and automatic enablement.

Detailed technical explanation

How to think about this question

Under the hood, when you designate a delegated administrator for GuardDuty via Organizations, the management account calls the `EnableOrganizationAdminAccount` API in GuardDuty, which registers the specified account as the administrator. This delegated account can then use `CreateMembers` and `InviteMembers` APIs to add member accounts, and GuardDuty automatically propagates findings to the administrator account using cross-account IAM roles and S3 bucket policies for centralized storage. A real-world scenario is a large enterprise with hundreds of accounts where the security team uses a delegated administrator to enable GuardDuty in all accounts via a single API call, avoiding the need to manually enable it in each account.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related SCS-C02 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free SCS-C02 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this SCS-C02 question test?

Threat Detection and Incident Response — This question tests Threat Detection and Incident Response — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: AWS Organizations — Option D is correct because AWS Organizations is the foundational service required to designate a delegated administrator for Amazon GuardDuty in a multi-account environment. GuardDuty integrates directly with Organizations to allow a management account to enable GuardDuty for all member accounts and delegate administration to a specified account, which then manages threat detection across the organization without needing additional services.

What should I do if I get this SCS-C02 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

2 more ways this is tested on SCS-C02

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A security engineer is configuring Amazon GuardDuty in a multi-account environment using AWS Organizations. What is the MOST efficient way to enable GuardDuty for all accounts?

easy
  • A.Create a Lambda function that uses AWS Organizations API to enable GuardDuty in each account
  • B.Use AWS Service Catalog to provision GuardDuty across accounts
  • C.Manually enable GuardDuty in each member account
  • D.Enable GuardDuty in the management account and designate a delegated administrator to manage GuardDuty

Why D: Option D is correct because AWS Organizations allows you to enable GuardDuty at the management account level and then designate a delegated administrator to manage GuardDuty across all member accounts. This approach is the most efficient as it eliminates the need for per-account manual or scripted enablement, leveraging the Organizations API to automatically enroll all existing and future accounts.

Variation 2. A company uses AWS Organizations and has enabled GuardDuty in the management account. The security team wants to view GuardDuty findings for all member accounts from a single delegated administrator account. Which configuration step is required?

medium
  • A.Enable GuardDuty in each member account and configure cross-account IAM roles to aggregate findings in the management account.
  • B.Enable GuardDuty only in the management account and share findings via CloudWatch Logs cross-account subscription.
  • C.Designate a delegated administrator account in Organizations, then enable GuardDuty in that account. GuardDuty will automatically aggregate findings from member accounts.
  • D.Enable GuardDuty in the management account and use CloudWatch cross-account dashboard to view findings from member accounts.

Why C: Option C is correct because AWS Organizations allows you to designate a delegated administrator account for GuardDuty, which can then manage and view findings from all member accounts without needing to enable GuardDuty individually in each account. Once the delegated administrator is set up, GuardDuty automatically aggregates findings from all member accounts in the organization, providing a single-pane-of-glass view for the security team.

Last reviewed: Jun 24, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This SCS-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SCS-C02 exam.