Practice EBS Questions Now
Start a timed practice session focusing on Amazon Elastic Block Store (EBS) topics from the SAA-C03 question bank.
Start SAA-C03 Practice Quiz →How EBS Is Really Tested in SAA-C03
EBS questions are usually performance-versus-cost decisions framed around workload behavior. You are expected to match volume type and performance settings to IOPS and throughput needs.
SAA-C03 also tests durability workflows. Snapshots, encryption, and lifecycle practices matter when questions include backup objectives or disaster recovery requirements.
The best answers avoid both overprovisioning and underprovisioning by selecting volume classes aligned to actual access patterns.
EBS design decisions that repeatedly appear in SAA-C03
| Decision Point | Option A | Option B | Exam Takeaway |
|---|---|---|---|
| General-purpose block storage choice | gp3 with independent IOPS and throughput tuning | Legacy gp2 with burst-credit behavior | Modern cost/performance optimization scenarios often favor gp3 for predictability and flexibility. |
| Durability and restore strategy | Regular EBS snapshots and tested restore workflows | No snapshot strategy and rely on instance uptime | Production recovery requirements usually imply snapshot policy and restore validation. |
| Workload performance profile | Provisioned IOPS classes for sustained high-I/O databases | General-purpose volumes for heavy sustained transactional load | If sustained latency-sensitive I/O is explicit, provisioned IOPS is typically the expected answer. |
Transactional workload on EC2 with recovery objectives
A business-critical application on EC2 needs stable disk performance and fast restoration from accidental data corruption.
- Choose an EBS volume class aligned with sustained I/O demand.
- Enable encryption and enforce key governance requirements.
- Automate frequent snapshots with retention controls.
- Document and test restore runbooks to meet recovery targets.
Common Exam Trap: Selecting the cheapest volume class without validating throughput and IOPS requirements often fails performance objectives.
SAA-C03 EBS Question Bank (15 Questions)
Browse all 15 practice questions covering Amazon Elastic Block Store (EBS) for the SAA-C03 certification exam. Answers are intentionally hidden on this page so you can self-test first before checking results in quiz mode.
- Question 1Design Secure Architectures
A team is using EBS gp3 volumes for general workloads and wants to reduce cost while maintaining required IOPS and throughput. Which gp3 configuration minimizes cost?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SAA-C03 Quiz - Question 2Design High-Performing Architectures
An application runs on an EC2 instance and requires a storage volume that supports 20,000 IOPS and substantial throughput for a high-performance database. The database administrator wants to be able to adjust the IOPS independently of the volume size to save costs on storage capacity. Which EBS volume type should be selected?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SAA-C03 Quiz - Question 3Design Secure Architectures
An attacker obtained temporary credentials that allowed `DescribeInstances` and `DescribeVolumes` but should not be able to copy EBS snapshots. Which control prevents snapshot copying even if the IAM role has `ec2:CreateSnapshot`?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SAA-C03 Quiz - Question 4Design Resilient Architectures
A database server uses a 2 TB EBS volume and requires point-in-time recovery capability with RPO (Recovery Point Objective) of 4 hours. Manual snapshots are not reliable due to human error. Which backup strategy meets the RPO requirement automatically?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SAA-C03 Quiz - Question 5Design Resilient Architectures
A database requires high IOPS performance and fault tolerance against volume failures. The application can handle block-level redundancy management. Which EBS configuration provides both performance and resilience?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SAA-C03 Quiz - Question 6Design High-Performing Architectures
A database workload requires consistent 25,000 IOPS with low latency for transaction processing. Cost optimization is secondary to performance requirements. Which EBS volume type provides the required performance?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SAA-C03 Quiz - Question 7Design High-Performing Architectures
A CTO demands that all EBS volumes in the production account must be encrypted. Any non-compliant volume should be detected and automatically remediated (snapshot taken, volume deleted, or encryption enabled if possible). Which service handles this?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SAA-C03 Quiz - Question 8Design Secure Architectures
An application needs predictable, low-latency I/O for database storage at scale. Which EBS configuration is most appropriate?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SAA-C03 Quiz - Question 9Design Secure Architectures
A backup strategy uses EBS snapshots and RDS snapshots. The company wants to minimize snapshot storage costs while preserving the ability to restore data to specific points in time within 30 days. Which approach is most cost-effective?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SAA-C03 Quiz - Question 10Design Secure Architectures
A data pipeline frequently transfers large volumes of data from on-premises to S3 in a single region. Data transfer costs have become significant. How can you reduce transfer costs while preserving throughput?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SAA-C03 Quiz - Question 11Mixed
You need to ensure that all EBS volumes attached to EC2 instances in your VPC are encrypted. What is the most efficient way to enforce this?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SAA-C03 Quiz - Question 12Mixed
To ensure business continuity, a company needs to automatically backup all EBS volumes across multiple accounts. Which service provides centralized backup management?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SAA-C03 Quiz - Question 13Mixed
A company has several unused EBS volumes attached to stopped EC2 instances. What should be done to reduce costs?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SAA-C03 Quiz - Question 14Design Secure Architectures
A solutions architect must design a solution that prevents launching unencrypted EBS volumes across all accounts. Which solution enforces this requirement?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SAA-C03 Quiz - Question 15Design Secure Architectures
A company is using a Customer Managed Key (CMK) in AWS KMS to encrypt EBS volumes. A separate audit team needs to be able to view the key metadata and audit usage logs but must strictly be prevented from using the key for cryptographic operations (encrypt/decrypt). How should the Key Policy be configured?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SAA-C03 Quiz
Key EBS Concepts for SAA-C03
SAA-C03 EBS Exam Tips
Amazon Elastic Block Store (EBS) questions in SAA-C03 are typically scenario-based. Focus on architecture trade-offs, resilience, and secure-by-default design choices. Priority concepts: ebs, volume, snapshot, gp3, gp2, io2.
What SAA-C03 Expects
- Anchor your answer in choose the most reliable and cost-aware architecture pattern, not just a feature match.
- EBS scenarios for SAA-C03 are frequently mapped to Domain 2 (26%), Domain 3 (24%), Domain 4 (20%), so read the objective carefully before picking controls or architecture.
- Expect multi-topic scenarios where EBS interacts with IAM, networking, storage, or observability patterns rather than appearing as an isolated question.
- When two options are both technically valid, prefer the choice that best aligns with the exam's operational scope (Associate) and vendor best practices.
High-Value EBS Concepts
- Know the core EBS building blocks cold: ebs, volume, snapshot, gp3.
- Review the edge-case features and limits for gp2, io2; these details are commonly used to differentiate answer choices.
- Practice service-integration reasoning: how EBS pairs with EC2, EFS, S3 in real deployment patterns.
- For SAA-C03, explain why the chosen EBS design meets reliability, security, and cost expectations better than the alternatives.
Common SAA-C03 Traps
- Watch for answers that solve today's issue but do not scale across multiple AZs.
- Questions in Design Resilient Architectures often include distractors that look correct for EBS but violate least-privilege, durability, or availability requirements.
- Avoid picking options purely by feature name; validate data path, failure handling, and governance impact before answering.
- If the prompt hints at automation or repeatability, eliminate manual-only operational answers first.
Fast Review Checklist
- Can you compare at least two EBS implementation paths and justify which one best fits the scenario?
- Can you map the chosen answer back to Design Resilient Architectures (26%) outcomes for SAA-C03?
- Can you explain security and access boundaries for EBS without relying on default-open assumptions?
- Can you describe how EBS integrates with EC2 and EFS during failure, scaling, and monitoring events?