← Back to Index
Chapter 20 of 20

EBS, EFS & FSx Storage

Domain 3 — High-Performing Architectures (24%)
💿
Question 1Scenario

A high-performance database requires the absolute maximum IOPS from an EBS volume, with consistent sub-millisecond latency and the ability to scale to 256,000 IOPS. Which EBS volume type should be selected?

Explanation

EBS volume types: gp2/gp3 — General Purpose SSD (max 16,000 IOPS). io1/io2 — Provisioned IOPS SSD (io1: 64K IOPS, io2: 64K IOPS on standard, io2 Block Express: 256K IOPS). st1 — Throughput HDD (500 MB/s, for sequential workloads like log processing). sc1 — Cold HDD (250 MB/s, lowest cost, infrequent access). io2 Block Express requires Nitro-based instances.

Question 2Scenario

Multiple EC2 instances running a web application need to share the same file system concurrently, with POSIX-compliant access and automatic scaling of storage capacity. Which AWS storage service is MOST appropriate?

Explanation

Amazon EFS is a managed NFS (Network File System) that supports thousands of concurrent NFS clients. It automatically scales from gigabytes to petabytes. EFS offers two performance modes (General Purpose, Max I/O) and two throughput modes (Bursting, Provisioned). It is multi-AZ by default (Regional) or Single-AZ for cost savings. Use EFS for shared web content, CMS data, and container storage.

Question 3Scenario

A company runs Windows-based applications on EC2 that require a shared file system with Active Directory integration, Windows ACL support, DFS namespaces, and SMB protocol. Which service is MOST appropriate?

Explanation

FSx for Windows File Server is built on Windows Server with native SMB protocol support, NTFS file system, Active Directory integration, DFS namespaces, and Windows ACLs. It is ideal for Windows workloads (home directories, SharePoint, SQL Server, .NET apps). FSx for Lustre is optimised for HPC and ML workloads requiring high throughput and low latency.

Question 4Knowledge

An EC2 instance with a root EBS volume is terminated. What is the DEFAULT behaviour for the root EBS volume?

Explanation

By default: Root EBS volumes have DeleteOnTermination=true (deleted when instance terminates). Additional data EBS volumes have DeleteOnTermination=false (retained when instance terminates). You can change the DeleteOnTermination attribute at launch or while the instance is running. EBS Snapshots are NOT automatically created on termination — you must create them explicitly.

Question 5Scenario

A genomics company runs HPC workloads on EC2 that require a high-throughput, low-latency shared file system with POSIX compliance, capable of delivering hundreds of GB/s and millions of IOPS. The data is also stored in S3. Which storage service is MOST suitable?

Explanation

FSx for Lustre is purpose-built for high-performance computing (HPC), machine learning, and financial modelling. It is the open-source Lustre file system managed by AWS. Key features: hundreds of GB/s throughput, millions of IOPS, sub-millisecond latency, native S3 integration (lazy load from S3, write-back to S3), and POSIX compliance. Ideal for genomics, simulation, video rendering, and big data analytics.

🎉 All 20 Chapters Complete!

You have reviewed all chapters of the AWS SAA-C03 study guide.

20
Chapters
100
Questions
4
Domains

Return to the index to review any chapter or practice specific topics before your exam.