0Pricing
AWS Security Academy · Lesson

Enabling GuardDuty Across an Organization

See how a delegated admin turns on detection for many accounts.

Enabling GuardDuty Across an Organization is a free AWS Security Academy lesson on CoddyKit — lesson 4 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the AWS Security Academy learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.

Detection at Scale

Turning GuardDuty on in one account is easy, but real environments have many accounts. Enabling and managing detection across all of them by hand is error-prone and leaves gaps. AWS solves this with the delegated administrator model tied to AWS Organizations.

AWS Organizations Recap

AWS Organizations lets you group multiple accounts under one management account, arranged in Organizational Units (OUs). It is the foundation for multi-account governance. Many security services, including GuardDuty, integrate with Organizations to operate across every member account centrally.

The Delegated Administrator

Rather than running security from the powerful management account, you designate a separate delegated administrator account for GuardDuty, usually a dedicated security account. This account configures and views GuardDuty for the whole organization, following the best practice of not using the management account for daily operations.

Why Not the Management Account

The Organizations management account is extremely sensitive, so AWS recommends keeping it for billing and account management only. Delegating security administration to a separate account limits blast radius and applies separation of duties, a Well-Architected best practice the exam favors.

Member Accounts

Once delegation is set, the administrator can enable GuardDuty in every existing member account and view their findings in one console. Members cannot disable the service if the administrator manages it, ensuring consistent coverage that individual teams cannot accidentally turn off.

Auto-Enable for New Accounts

A key feature is auto-enable: any new account added to the organization automatically gets GuardDuty turned on. This closes the common gap where a freshly created account sits unmonitored. The exam values this because it guarantees detection coverage as the organization grows.

Centralized Findings View

The delegated administrator sees all findings from all accounts in a single pane. This central view is essential for an organization-wide security operations team to triage and respond without logging into dozens of accounts. It also feeds central Security Hub aggregation.

Per-Region Consideration

GuardDuty is regional, so enabling it organization-wide must be done per Region. A common mistake is enabling it in one Region and assuming global coverage. To cover all activity you enable it in every Region you use, including ones you do not expect resources in.

Trusted Access and Setup

Setting this up requires enabling trusted access for GuardDuty in Organizations, then registering the delegated administrator. After that, the administrator manages membership and configuration centrally. This is a one-time setup that pays off as the organization scales.

Centralizing Findings Downstream

Beyond the central console view, organizations often route every account's findings to a central security account through Security Hub aggregation or by exporting to a shared S3 bucket and EventBridge bus. This gives the security operations team one durable, account-spanning record. Designing this central flow is a recurring multi-account exam theme.

Invitation Versus Organization Method

Before Organizations integration, accounts were linked by invitation: an administrator invited each member, who had to accept. This still works but does not scale or auto-enable new accounts. The Organizations method with a delegated administrator is preferred because it manages membership centrally and auto-enables newcomers, which the exam treats as the modern best practice.

Quick Check

Apply organization-wide detection.

Recap

Scale GuardDuty with AWS Organizations and a delegated administrator (a dedicated security account, not the management account). The administrator enables GuardDuty across member accounts, uses auto-enable for new accounts, and views all findings centrally. Remember GuardDuty is regional, so enable it per Region for full coverage.

Frequently asked questions

Is the “Enabling GuardDuty Across an Organization” lesson free?

Yes — the full text of “Enabling GuardDuty Across an Organization” is free to read here on the web, and the AWS Security Academy course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the AWS Security Academy course, upgrade to CoddyKit PRO.

What will I learn in “Enabling GuardDuty Across an Organization”?

See how a delegated admin turns on detection for many accounts. You practise AWS Security Academy with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.

Do I need any experience to start AWS Security Academy?

No prior experience is required. AWS Security Academy on CoddyKit is structured for beginners through advanced learners; this is — lesson 4 of 4, so you can start here or from the beginning and move at your own pace.

How long does the “Enabling GuardDuty Across an Organization” lesson take?

Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.

Can I write and run code in this AWS Security Academy lesson?

Yes. Every AWS Security Academy lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.

All lessons in this course

  1. What GuardDuty Detects and Why
  2. GuardDuty Data Sources and Finding Types
  3. Reading and Prioritizing GuardDuty Findings
  4. Enabling GuardDuty Across an Organization
← Back to AWS Security Academy