Courseiva
Design Solutions for Organizational ComplexityhardMultiple SelectObjective-mapped

SAP-C02 Practice Question: Design Solutions for Organizational Complexity

A company has a centralized logging account and multiple member accounts. The member accounts generate VPC Flow Logs that need to be sent to a central S3 bucket in the logging account. Which TWO steps must be taken to enable this cross-account delivery?

⚠ Common exam trap

Watch out — candidates often assume cross-account access always requires an IAM role (Option B), but VPC Flow Logs use a service principal and bucket policy instead, which is a unique pattern tested in SAP-C02.

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

Add a bucket policy on the central S3 bucket that grants the service principal 'delivery.logs.amazonaws.com' s3:PutObject permission.

The S3 bucket policy must grant the `delivery.logs.amazonaws.com` service principal the `s3:PutObject` permission. This allows the VPC Flow Logs delivery service, which runs in the member accounts, to write log data directly into the central S3 bucket in the logging account without requiring cross-account IAM roles or temporary credentials.

Answer analysis

Option-by-option breakdown

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

  • Add a bucket policy on the central S3 bucket that grants the service principal 'delivery.logs.amazonaws.com' s3:PutObject permission.

    Why this is correct

    This allows the Flow Logs service to write to the bucket.

  • Create an IAM role in the logging account that the member accounts can assume to put objects.

    Why it's wrong here

    VPC Flow Logs does not use IAM roles for delivery.

  • Create an S3 bucket in each member account to receive Flow Logs, and replicate to the central bucket.

    Why it's wrong here

    Creating an S3 bucket in each member account and replicating to the central bucket introduces unnecessary complexity and cost, and fails to meet the requirement for direct cross-account delivery of VPC Flow Logs to a single central bucket. This approach is tempting because S3 Cross-Region Replication (CRR) is a valid method for centralising data across accounts when the source bucket already exists, but here the stem demands a single destination bucket from the outset, not an intermediary per-account bucket.

  • Configure VPC Flow Logs in each member account to deliver to the central S3 bucket.

    Why this is correct

    VPC Flow Logs can be delivered to an S3 bucket in another account.

  • Enable AWS CloudTrail in the management account to aggregate logs.

    Why it's wrong here

    CloudTrail is for API logs, not VPC Flow Logs.

Quick reference

AWS S3 Storage Class Comparison

Storage ClassMin DurationRetrievalUse Case
S3 StandardNoneImmediateFrequently accessed data
S3 Standard-IA30 daysImmediateInfrequent access, rapid retrieval
S3 One Zone-IA30 daysImmediateNon-critical infrequent data
S3 Intelligent-TieringNoneImmediate–hoursUnknown or changing access patterns
S3 Glacier Instant90 daysMillisecondsArchive with instant retrieval
S3 Glacier Flexible90 daysMinutes–hoursArchive, flexible retrieval
S3 Glacier Deep Archive180 daysHoursLong-term compliance archive

About these practice questions

One of 1,660 original SAP-C02 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This SAP-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 SAP-C02 exam.