Question 319 of 1,748
Security Logging and MonitoringhardMultiple SelectObjective-mapped

Centralized Logging for Multiple AWS Accounts

This SCS-C02 practice question tests your understanding of security logging and monitoring. 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 team wants to implement a centralized logging solution for multiple AWS accounts. The team needs to collect VPC Flow Logs, CloudTrail logs, and DNS query logs from all accounts. Which THREE services should the team use to aggregate these logs? (Choose THREE.)

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

Amazon Route 53 Resolver query logging

Amazon Route 53 Resolver query logging (Option C) is correct because it enables centralized collection of DNS query logs from VPCs across multiple AWS accounts. By configuring Route 53 Resolver query logging to send logs to a central Amazon S3 bucket or CloudWatch Logs group, the security team can aggregate DNS query logs from all accounts, meeting the requirement for centralized DNS logging.

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 CloudHSM

    Why it's wrong here

    CloudHSM is used for cryptographic key storage, not log aggregation.

  • AWS Config

    Why it's wrong here

    AWS Config records configuration changes, not log events.

  • Amazon Route 53 Resolver query logging

    Why this is correct

    Resolver query logs can be published to a central S3 bucket for DNS query logs.

    Related concept

    Read the scenario before looking for a memorised answer.

  • AWS CloudTrail

    Why this is correct

    An organization trail can deliver logs from all accounts to a single S3 bucket.

    Related concept

    Read the scenario before looking for a memorised answer.

  • VPC Flow Logs

    Why this is correct

    VPC Flow Logs can be published to a central S3 bucket or CloudWatch Logs for aggregation.

    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 CloudHSM or AWS Config as logging services, but neither is designed for log collection or aggregation; CloudHSM is for key management and Config is for configuration auditing, not for aggregating VPC Flow Logs, CloudTrail logs, or DNS query logs.

Detailed technical explanation

How to think about this question

Route 53 Resolver query logging captures DNS queries and responses that traverse the VPC resolver, including those from instances using the default VPC resolver or custom inbound/outbound endpoints. The logs can be exported to CloudWatch Logs or S3, and cross-account log aggregation is achieved by configuring a central S3 bucket with appropriate bucket policies that grant write access from each member account's Route 53 Resolver query logging configuration. This approach ensures that DNS query logs from all accounts are stored in a single, centralized location for monitoring and analysis.

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 media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.

Visual reference

Client Recursive Resolver Root DNS (13 root servers) TLD DNS (.com, .org, …) Authoritative example.com query IP addr answer

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

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?

Security Logging and Monitoring — This question tests Security Logging and Monitoring — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Amazon Route 53 Resolver query logging — Amazon Route 53 Resolver query logging (Option C) is correct because it enables centralized collection of DNS query logs from VPCs across multiple AWS accounts. By configuring Route 53 Resolver query logging to send logs to a central Amazon S3 bucket or CloudWatch Logs group, the security team can aggregate DNS query logs from all accounts, meeting the requirement for centralized DNS logging.

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

5 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 company is using AWS Organizations and wants to enable a central security team to view API activity across all member accounts. Which THREE steps are required? (Choose THREE.)

hard
  • A.Grant the security team read access to the central S3 bucket via bucket policy or IAM.
  • B.Enable CloudTrail in the management account only.
  • C.Configure each account's CloudTrail to deliver logs to a central S3 bucket in the security account.
  • D.Enable CloudTrail in each member account.
  • E.Create an IAM role in each account for the security team to assume.

Why A: To enable a central security team to view API activity across all member accounts in AWS Organizations, three steps are required: (A) Grant the security team read access to the central S3 bucket (via bucket policy or IAM) so they can retrieve the logs; (C) Configure each account's CloudTrail to deliver logs to a central S3 bucket in the security account, aggregating all logs in one location; and (D) Enable CloudTrail in each member account to generate the API activity logs. Option B is incorrect because enabling CloudTrail only in the management account would capture API activity only for that account, not for member accounts. Option E is unnecessary because cross-account access to the logs is provided via the bucket policy, eliminating the need to create IAM roles in each member account.

Variation 2. A company uses AWS Organizations and wants to centralize security logs from all member accounts into a single S3 bucket in the management account. The bucket policy allows only the management account's root user to write objects. However, logs are not being delivered from member accounts. What is the MOST likely cause?

hard
  • A.S3 Transfer Acceleration is not enabled.
  • B.VPC endpoints are not configured for the logging service.
  • C.The S3 bucket uses an AWS KMS key, and the key policy does not grant decrypt permissions to the logging service.
  • D.The bucket policy denies write access to all principals except the management account's root user, preventing cross-account writes.

Why D: The bucket policy explicitly restricts write access to only the management account's root user. For cross-account log delivery from member accounts, the policy must grant write permissions to the logging service (e.g., AWS CloudTrail or AWS Config) in each member account. Without such permissions, the service cannot write objects to the bucket, causing log delivery to fail.

Variation 3. A security engineer is setting up centralized logging for an AWS organization. The engineer wants to collect CloudTrail logs, VPC Flow Logs, and AWS Config configuration items from all member accounts into a single S3 bucket in the management account. The engineer creates a new S3 bucket with a bucket policy that grants the required permissions. However, logs from member accounts are not being delivered. What is the most likely reason?

medium
  • A.VPC Flow Logs cannot be delivered to an S3 bucket in a different account.
  • B.CloudTrail must be enabled in each member account individually.
  • C.The S3 bucket policy does not grant write permissions to the member accounts' service principals.
  • D.AWS Config must be enabled in the management account and configured to aggregate data from member accounts.

Why C: Option C is correct because the S3 bucket policy must explicitly grant the `s3:PutObject` permission to the CloudTrail, VPC Flow Logs, and AWS Config service principals from the member accounts. Without this, the services in member accounts cannot write logs to the bucket in the management account, even if the bucket exists and other permissions are set.

Variation 4. A company wants to centrally collect CloudTrail logs from multiple AWS accounts and enable real-time analysis. Which combination of services should be used?

easy
  • A.CloudTrail, Amazon Kinesis Data Firehose, and Amazon Athena.
  • B.CloudTrail, Amazon S3, S3 Event Notifications, and AWS Lambda.
  • C.CloudTrail, Amazon CloudWatch Logs, and cross-account log subscription.
  • D.CloudTrail, Amazon S3, and Amazon Simple Queue Service (SQS).

Why B: Option B is correct because it enables centralized collection of CloudTrail logs from multiple accounts by delivering logs to a central S3 bucket, then using S3 Event Notifications to trigger a Lambda function for real-time analysis. This pattern allows near-instant processing of log events as they arrive, meeting the requirement for real-time analysis without polling or batching delays.

Variation 5. A company wants to centrally collect VPC Flow Logs from multiple accounts into a single S3 bucket in the security account. Which solution is the MOST operationally efficient?

easy
  • A.Use CloudWatch Logs to stream flow logs to a Lambda function that writes to S3.
  • B.Log in to each account and configure VPC Flow Logs to deliver to the central S3 bucket.
  • C.Configure each account's VPC Flow Logs to a local S3 bucket, then use S3 replication to copy to the central bucket.
  • D.Use AWS Organizations to centrally enable VPC Flow Logs in all accounts and deliver to the central S3 bucket.

Why D: Option D is correct because AWS Organizations allows you to centrally configure VPC Flow Logs for all accounts using a service control policy (SCP) or, more precisely, by using the AWS Organizations delegated administrator feature with Amazon VPC Flow Logs. This enables you to enable flow logs across multiple accounts from a single management account and deliver them directly to a central S3 bucket in the security account, eliminating the need for per-account manual configuration or intermediary services. This approach is the most operationally efficient as it reduces administrative overhead and ensures consistent logging policies.

Keep practising

More SCS-C02 practice questions

Last reviewed: Jul 4, 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.