Question 835 of 1,040
Design Secure ArchitecturesmediumMultiple ChoiceObjective-mapped

SAA-C03 Design Secure Architectures Practice Question

This SAA-C03 practice question tests your understanding of design secure architectures. 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.

Exhibit

Security review notes:

- S3 bucket contains employee records, exports, and uploaded documents
- Team wants to find objects that contain personally identifiable information
- A sample report shows files with patterns resembling SSNs and bank account numbers
- The team needs ongoing classification findings, not just API activity logs

Based on the exhibit, which AWS service should the security team enable to continuously discover sensitive data stored inside Amazon S3 objects?

Exhibit

Security review notes:

- S3 bucket contains employee records, exports, and uploaded documents
- Team wants to find objects that contain personally identifiable information
- A sample report shows files with patterns resembling SSNs and bank account numbers
- The team needs ongoing classification findings, not just API activity logs

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 Macie

Amazon Macie is a fully managed data security and data privacy service that uses machine learning and pattern matching to automatically discover, classify, and protect sensitive data such as personally identifiable information (PII) or financial data stored in Amazon S3. It provides continuous visibility into data security risks by generating findings when sensitive data is detected, making it the correct choice for this use case.

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 CloudTrail

    Why it's wrong here

    CloudTrail records API activity, such as who accessed a bucket, but it does not classify data contents inside S3 objects.

    When this WOULD be correct

    A security team needs to audit all API calls made to S3 buckets, including who accessed objects and when, to meet compliance requirements. CloudTrail would be the correct service to enable for tracking S3 API activity.

  • Amazon Macie

    Why this is correct

    Macie is the AWS service designed to discover and classify sensitive data in S3. It can continuously analyze buckets for personal data patterns and produce findings when sensitive information is detected. That matches the requirement for ongoing classification of object contents rather than audit logs or configuration checks.

    Related concept

    Read the scenario before looking for a memorised answer.

  • AWS Config

    Why it's wrong here

    AWS Config evaluates resource configuration compliance, such as whether a bucket is public, but it does not inspect object contents for sensitive data.

    When this WOULD be correct

    A security team needs to continuously monitor and record changes to S3 bucket policies, ACLs, and other resource configurations to ensure compliance with internal security standards. AWS Config would be the correct service to track configuration changes and evaluate rules against desired configurations.

  • Amazon GuardDuty

    Why it's wrong here

    GuardDuty focuses on threat detection from events and telemetry, not on classifying data stored inside S3 objects.

    When this WOULD be correct

    GuardDuty would be correct if the question asked for a service that continuously monitors for suspicious API calls or potential security threats (e.g., compromised credentials, unusual data access patterns) across AWS accounts and workloads, including S3 access patterns.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The SAA-C03 exam frequently reuses these exact scenarios with slightly different constraints.

Amazon MacieCorrect answer

Why this is correct

Macie is the AWS service designed to discover and classify sensitive data in S3. It can continuously analyze buckets for personal data patterns and produce findings when sensitive information is detected. That matches the requirement for ongoing classification of object contents rather than audit logs or configuration checks.

AWS CloudTrailWrong answer — click to see why

Why this is wrong here

AWS CloudTrail records API activity for auditing, not for discovering sensitive data within S3 objects. It cannot inspect object contents for sensitive information like PII or financial data.

★ When this WOULD be the correct answer

A security team needs to audit all API calls made to S3 buckets, including who accessed objects and when, to meet compliance requirements. CloudTrail would be the correct service to enable for tracking S3 API activity.

Why candidates choose this

Candidates may confuse CloudTrail's logging of S3 operations with data discovery, assuming that logging all actions includes scanning object contents, which it does not.

AWS ConfigWrong answer — click to see why

Why this is wrong here

AWS Config is designed to evaluate and monitor resource configurations and compliance, not to discover or classify sensitive data within S3 objects. It cannot inspect the content of objects for sensitive information like PII or financial data.

★ When this WOULD be the correct answer

A security team needs to continuously monitor and record changes to S3 bucket policies, ACLs, and other resource configurations to ensure compliance with internal security standards. AWS Config would be the correct service to track configuration changes and evaluate rules against desired configurations.

Why candidates choose this

Candidates may confuse AWS Config's ability to monitor S3 bucket configurations with the capability to inspect object content, assuming that 'monitoring' includes data discovery, or they may think Config can scan objects for compliance rules.

Amazon GuardDutyWrong answer — click to see why

Why this is wrong here

Amazon GuardDuty is a threat detection service that monitors for malicious activity and unauthorized behavior, not for discovering sensitive data within S3 objects. It does not perform content inspection or classification of data stored in S3.

★ When this WOULD be the correct answer

GuardDuty would be correct if the question asked for a service that continuously monitors for suspicious API calls or potential security threats (e.g., compromised credentials, unusual data access patterns) across AWS accounts and workloads, including S3 access patterns.

Why candidates choose this

Candidates may confuse GuardDuty's threat detection capabilities with data discovery, assuming it can identify sensitive data as part of its monitoring, or they may think it scans S3 objects for anomalies that could indicate sensitive data exposure.

Analysis generated from the official SAA-C03blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse Amazon Macie with Amazon GuardDuty, mistakenly thinking GuardDuty's threat detection includes scanning for sensitive data, when in fact GuardDuty focuses on security threats and anomalies, not data classification or content inspection.

Detailed technical explanation

How to think about this question

Amazon Macie uses a combination of managed data identifiers (e.g., regex patterns for credit card numbers, AWS secret keys) and custom data identifiers defined by the user to scan S3 bucket objects. It integrates with AWS Organizations to enable multi-account coverage and can be scheduled to run automated sensitive data discovery jobs that analyze object metadata and content, generating findings in Amazon EventBridge and AWS Security Hub for centralized response.

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.

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 SAA-C03 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 SAA-C03 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 SAA-C03 question test?

Design Secure Architectures — This question tests Design Secure Architectures — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Amazon Macie — Amazon Macie is a fully managed data security and data privacy service that uses machine learning and pattern matching to automatically discover, classify, and protect sensitive data such as personally identifiable information (PII) or financial data stored in Amazon S3. It provides continuous visibility into data security risks by generating findings when sensitive data is detected, making it the correct choice for this use case.

What should I do if I get this SAA-C03 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

Keep practising

More SAA-C03 practice questions

Last reviewed: Jun 11, 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 SAA-C03 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 SAA-C03 exam.