CloudGuild · Blog · Cheat sheets · Lessons · Certifications

Navigating the AWS SAA-C03 Exam: Secure Data Storage Decisions

Discover why AWS exam candidates often struggle with secure data storage questions. Explore key options and learn how to choose wisely.

Choosing the right service for secure data storage can trip up many candidates. Understanding the distinctions between AWS services is crucial for success in the SAA-C03 exam.

The question

A company needs to store sensitive data securely while ensuring that the data remains available even in the event of a regional outage. Which AWS service would best meet these requirements?

A. Amazon S3 with Cross-Region Replication
B. AWS Secrets Manager
C. Amazon EBS Snapshots
D. Amazon RDS with Read Replicas

Think before you scroll

Take a moment to assess the requirements. The question emphasizes secure storage and availability during a regional outage. These two factors will guide your choice of service.

The answer

The correct option is A. Amazon S3 with Cross-Region Replication. This service not only provides secure storage but also ensures data is replicated across multiple regions, maintaining availability even if one region goes down.

Why the other options lose

B. AWS Secrets Manager: This service is designed for managing secrets like API keys and passwords, not for general data storage. It does not meet the requirement for storing sensitive data reliably.

C. Amazon EBS Snapshots: EBS Snapshots are great for backing up data, but they are limited to a single region. In a regional outage, data would not be accessible, which fails the availability requirement.

D. Amazon RDS with Read Replicas: While Read Replicas can enhance read performance and provide some level of redundancy, they do not offer full data redundancy across regions. If the primary region goes down, the data may not be available.

The concept behind it

The key principle here is understanding the difference between data storage and data management services. For sensitive data that needs to be both secure and available during outages, look for services that enable cross-region replication. This ensures both security and availability, critical for any resilient architecture.

Exam trap to remember

Always prioritize services that offer cross-region capabilities for data resilience. Remember: if it doesn’t replicate across regions, it may not meet your availability needs in a disaster scenario.

Take the free SAA-C03 mock exam

Take a free mock exam →