Courseiva
Design Secure ArchitectureseasyMultiple ChoiceObjective-mapped

SAA-C03 Design Secure Architectures Practice Question

A team stores important documents in Amazon S3. They want to recover earlier versions if someone overwrites or deletes a file by mistake. What should they enable?

⚠ Common exam trap

Watch out — candidates often confuse S3 Versioning with backup services like EBS snapshots, but versioning is an S3-native feature for object-level recovery, not a volume-level backup mechanism.

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 S3 Versioning

Amazon S3 Versioning is the correct choice because it allows you to preserve, retrieve, and restore every version of every object stored in an S3 bucket. When enabled, S3 automatically maintains a unique version ID for each object, so if a file is overwritten or deleted, the previous version remains accessible. This directly addresses the requirement to recover earlier versions after accidental modification or deletion.

Answer analysis

Option-by-option breakdown

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

  • Amazon S3 Versioning

    Why this is correct

    Amazon S3 Versioning is the correct solution as it automatically retains multiple variants of an object in the same bucket, each with a unique version ID. This crucial feature enables recovery from both accidental overwrites and deletions, ensuring the integrity and availability of important documents. When an object is modified or deleted, S3 does not remove the previous version, but rather stores it as a non-current version, allowing for easy restoration to any prior state.

  • Amazon EBS snapshots

    Why it's wrong here

    Amazon EBS snapshots provide point-in-time backups for Amazon Elastic Block Store (EBS) volumes, which are block-level storage attached to EC2 instances. These snapshots are fundamental for data durability and disaster recovery of instance root volumes or attached data volumes. However, EBS snapshots are entirely unrelated to Amazon S3, which is an object storage service, and thus cannot protect or version objects stored within S3 buckets.

    When this WOULD be correct

    When a question asks for a backup solution for EC2 instance volumes (e.g., to recover from accidental data loss or corruption), enabling EBS snapshots would be the correct answer.

  • Amazon CloudWatch logs

    Why it's wrong here

    Amazon CloudWatch Logs are designed for collecting, monitoring, and analyzing operational logs and metrics from various AWS services and applications. While they provide valuable insights into system performance and events, CloudWatch Logs do not store the actual content of S3 objects or their historical versions. Therefore, they cannot be used to recover previous states of documents or restore accidentally deleted files from S3.

    When this WOULD be correct

    A question asks: 'A company needs to monitor API calls to an S3 bucket for security analysis. What should they enable?' CloudWatch Logs would be correct if the question specified logging API activity via CloudTrail and storing logs in CloudWatch.

  • VPC flow logs

    Why it's wrong here

    VPC Flow Logs capture detailed information about the IP traffic going to and from network interfaces in your Amazon Virtual Private Cloud (VPC). Their primary purpose is to monitor network traffic for security analysis, troubleshooting connectivity issues, and auditing network access. These logs record metadata such as source/destination IP addresses, ports, and protocols, but they do not store or version the actual content of data objects in S3, making them unsuitable for document recovery.

    When this WOULD be correct

    A question asks: 'A company needs to analyze network traffic patterns and troubleshoot connectivity issues between EC2 instances in a VPC. What should they enable?' VPC flow logs would be the correct answer.

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 S3 VersioningCorrect answer

Why this is correct

Amazon S3 Versioning is the correct solution as it automatically retains multiple variants of an object in the same bucket, each with a unique version ID. This crucial feature enables recovery from both accidental overwrites and deletions, ensuring the integrity and availability of important documents. When an object is modified or deleted, S3 does not remove the previous version, but rather stores it as a non-current version, allowing for easy restoration to any prior state.

Amazon EBS snapshotsWrong answer — click to see why

Why this is wrong here

Amazon EBS snapshots are used for backing up Amazon Elastic Block Store volumes attached to EC2 instances, not for S3 object versioning. They do not provide the ability to recover earlier versions of S3 objects.

★ When this WOULD be the correct answer

When a question asks for a backup solution for EC2 instance volumes (e.g., to recover from accidental data loss or corruption), enabling EBS snapshots would be the correct answer.

Why candidates choose this

Candidates may confuse EBS snapshots with versioning because both involve creating point-in-time backups, but they apply to different AWS services (EBS vs. S3).

Amazon CloudWatch logsWrong answer — click to see why

Why this is wrong here

Amazon CloudWatch logs capture log data from AWS resources, not file versions. They cannot recover overwritten or deleted S3 objects.

★ When this WOULD be the correct answer

A question asks: 'A company needs to monitor API calls to an S3 bucket for security analysis. What should they enable?' CloudWatch Logs would be correct if the question specified logging API activity via CloudTrail and storing logs in CloudWatch.

Why candidates choose this

Candidates may confuse logging (CloudWatch) with versioning, thinking logs can track changes and enable recovery, but logs only record events, not object versions.

VPC flow logsWrong answer — click to see why

Why this is wrong here

VPC flow logs capture IP traffic information for network interfaces in a VPC, not file version history in S3. They cannot recover overwritten or deleted S3 objects.

★ When this WOULD be the correct answer

A question asks: 'A company needs to analyze network traffic patterns and troubleshoot connectivity issues between EC2 instances in a VPC. What should they enable?' VPC flow logs would be the correct answer.

Why candidates choose this

Candidates may confuse 'logs' with version tracking, or think that any logging feature can help recover data, not understanding that VPC flow logs are for network metadata only.

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?”

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

Courseiva writes every SAA-C03 question from scratch — 302 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. 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 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.