Centralized AWS Security Logging Architecture

By BuildPlane

AWS Organizations centralizes CloudTrail and Config evidence in an S3 audit lake that security teams query with Athena and QuickSight.

Open editable diagram

Architecture diagram

Edit this exact diagram
Centralized AWS security logging diagram with Organizations, CloudTrail, Config, S3, Athena, and QuickSightOpen on the canvas

Centralized AWS security logging diagram with Organizations, CloudTrail, Config, S3, Athena, and QuickSight. The image links to a fully editable BuildPlane starter.

Overview

AWS Organizations defines the account scope for an organization trail and AWS Config coverage. CloudTrail activity and Config evidence are delivered to a protected central S3 archive, where Athena supports investigations and QuickSight publishes recurring security views.

Components

  • AWS Organizations: The organization defines the account scope for centralized audit collection.
  • CloudTrail, Config, and S3: Activity and configuration history are retained in a protected central evidence store.
  • Athena and QuickSight: Security teams query retained evidence and communicate recurring controls through dashboards.

Audit Evidence Flow

  1. Organization-level CloudTrail and Config coverage collects activity and resource state.
  2. Both evidence streams write into a centrally controlled S3 archive.
  3. Athena investigations feed repeatable security and compliance dashboards.

Customize First

  • Separate log archive, security tooling, and workload administration accounts.
  • Add GuardDuty and Security Hub workflows for active detection and response.
  • Test that workload administrators cannot alter organization trails or retained evidence.

Design rationale

Decisions that shape this architecture

1

Collect at organization scope

Organization-level coverage reduces account-by-account drift and makes new account logging part of the default governance model.

2

Protect evidence outside workload administration

A dedicated archive account limits the ability of workload administrators to alter trails, delete evidence, or weaken retention.

3

Separate storage from investigation

S3 remains the durable evidence store while Athena and QuickSight provide replaceable query and reporting views over retained records.

Before production

Operational checks

Detect disabled trails, stopped Config recorders, delivery failures, and policy changes.

Test archive write permissions, read separation, Object Lock, encryption, and retention.

Partition and compact audit data so common Athena investigations remain practical.

Run incident queries and evidence-retrieval exercises before an audit or breach.

Scope and tradeoffs

What this diagram does not solve

Logging is not active threat response

Add detection, triage, alerting, and response workflows such as GuardDuty and Security Hub around the retained evidence.

One Region is shown for analysis

Organizations with multi-Region requirements should design collection, residency, replication, and investigation access for each required location.

Common questions

Frequently asked questions

Why combine CloudTrail and AWS Config evidence?

CloudTrail records API activity, while Config records resource state and change history. Together they help investigators connect an action to its infrastructure effect.

Should the log archive use a separate AWS account?

Usually yes. A dedicated security or log-archive account creates a stronger administrative boundary from workload teams and compromised application accounts.

Is QuickSight required for security logging?

No. It is one reporting option. Retain S3 and Athena as the evidence and query foundation, then choose dashboards that match the security workflow.

From reference to working draft

Adapt this architecture with your AWS AI Agent

Start from the exact diagram in this guide. Change requirements, challenge a decision, or ask what fails first, while keeping the architecture editable.

Open editable diagram