- A
Amazon Elastic Block Store (EBS) with Multi-Attach enabled
Why wrong: EBS Multi-Attach allows a single Provisioned IOPS EBS volume to be attached to multiple EC2 instances in the same Availability Zone, but it is not a fully managed file system; it is a block storage device that you must manage and format. It does not automatically scale capacity and cannot be used across Availability Zones.
- B
Amazon Elastic File System (EFS)
Amazon EFS is a fully managed NFS file system that automatically scales storage capacity as you add or remove files, and you pay only for the storage used. It provides high availability and durability by storing data across multiple Availability Zones within a Region, and can be accessed by multiple EC2 instances concurrently.
- C
Amazon Simple Storage Service (S3)
Why wrong: Amazon S3 is object storage, not a file system. It does not provide a POSIX-compliant file system interface and cannot be directly mounted via NFS without additional tools like Amazon S3 File Gateway, which adds complexity and does not automatically scale capacity like EFS.
- D
Amazon FSx for Windows File Server
Why wrong: Amazon FSx for Windows File Server is a fully managed Windows file server, but it does not automatically scale storage capacity down; you provision storage upfront and can increase it, but decreasing requires manual intervention. It also uses the SMB protocol and is typically used for Windows-based workloads, not the Linux-based analytics environment implied here.
CLF-C02 Cloud Technology and Services Practice Question
This CLF-C02 practice question tests your understanding of cloud technology and services. 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.
A company runs a data analytics workload on a cluster of Amazon EC2 instances. The application requires a shared file system that can be mounted by multiple EC2 instances simultaneously. The workload is bursty: during data processing jobs, the instances write and read large datasets, but between jobs the file system is mostly idle. The company wants a fully managed, highly available, and durable file storage solution that automatically scales capacity up and down and charges only for the storage used. The solution must be accessible from EC2 instances across multiple Availability Zones in the same AWS Region. Which AWS service should the company use?
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 Elastic File System (EFS)
Amazon EFS is a fully managed, highly available, and durable NFS file system that automatically scales storage capacity up and down as files are added or removed, charging only for the storage used. It can be mounted by multiple EC2 instances across different Availability Zones simultaneously, making it ideal for bursty, shared-file workloads that require concurrent access and automatic scaling.
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.
- ✗
Amazon Elastic Block Store (EBS) with Multi-Attach enabled
Why it's wrong here
EBS Multi-Attach allows a single Provisioned IOPS EBS volume to be attached to multiple EC2 instances in the same Availability Zone, but it is not a fully managed file system; it is a block storage device that you must manage and format. It does not automatically scale capacity and cannot be used across Availability Zones.
When this WOULD be correct
A question where a single EC2 instance needs a block-level storage volume with low-latency, persistent storage, and the workload requires attaching the same volume to multiple instances in a single Availability Zone for a clustered database or similar application.
- ✓
Amazon Elastic File System (EFS)
Why this is correct
Amazon EFS is a fully managed NFS file system that automatically scales storage capacity as you add or remove files, and you pay only for the storage used. It provides high availability and durability by storing data across multiple Availability Zones within a Region, and can be accessed by multiple EC2 instances concurrently.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Amazon Simple Storage Service (S3)
Why it's wrong here
Amazon S3 is object storage, not a file system. It does not provide a POSIX-compliant file system interface and cannot be directly mounted via NFS without additional tools like Amazon S3 File Gateway, which adds complexity and does not automatically scale capacity like EFS.
When this WOULD be correct
A company needs to store and retrieve large amounts of data (e.g., backups, logs, or media files) with high durability and scalability, accessed via RESTful APIs or SDKs, and wants to pay only for storage used. The workload does not require a mounted file system or low-latency file access.
- ✗
Amazon FSx for Windows File Server
Why it's wrong here
Amazon FSx for Windows File Server is a fully managed Windows file server, but it does not automatically scale storage capacity down; you provision storage upfront and can increase it, but decreasing requires manual intervention. It also uses the SMB protocol and is typically used for Windows-based workloads, not the Linux-based analytics environment implied here.
When this WOULD be correct
A company runs a Windows-based application on EC2 instances that needs a shared file system accessible via SMB protocol across multiple Availability Zones. The workload requires high availability and durability, and the company prefers a fully managed service that integrates with Active Directory.
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 CLF-C02 exam frequently reuses these exact scenarios with slightly different constraints.
✓Amazon Elastic File System (EFS)Correct answer▾
Why this is correct
Amazon EFS is a fully managed NFS file system that automatically scales storage capacity as you add or remove files, and you pay only for the storage used. It provides high availability and durability by storing data across multiple Availability Zones within a Region, and can be accessed by multiple EC2 instances concurrently.
✗Amazon Elastic Block Store (EBS) with Multi-Attach enabledWrong answer — click to see why▾
Why this is wrong here
Amazon EBS Multi-Attach supports only a limited number of instances (up to 16) and is not designed for bursty, high-throughput workloads that require automatic scaling of capacity and pay-per-use pricing. EBS volumes must be provisioned in advance and do not scale down automatically.
★ When this WOULD be the correct answer
A question where a single EC2 instance needs a block-level storage volume with low-latency, persistent storage, and the workload requires attaching the same volume to multiple instances in a single Availability Zone for a clustered database or similar application.
Why candidates choose this
Candidates may think Multi-Attach EBS provides shared access like a file system, but they overlook its limitations in scalability, automatic capacity management, and cross-AZ access.
✗Amazon Simple Storage Service (S3)Wrong answer — click to see why▾
Why this is wrong here
Amazon S3 is an object storage service, not a file system. It does not provide a POSIX-compliant shared file system that can be mounted by EC2 instances, and it lacks the low-latency file access required for data analytics workloads.
★ When this WOULD be the correct answer
A company needs to store and retrieve large amounts of data (e.g., backups, logs, or media files) with high durability and scalability, accessed via RESTful APIs or SDKs, and wants to pay only for storage used. The workload does not require a mounted file system or low-latency file access.
Why candidates choose this
Candidates may confuse S3's scalability and pay-per-use pricing with the requirements of a shared file system, overlooking that S3 is object storage and cannot be mounted as a file system without additional tools like S3FS, which are not fully managed or performant for this use case.
✗Amazon FSx for Windows File ServerWrong answer — click to see why▾
Why this is wrong here
Amazon FSx for Windows File Server is designed for Windows-based applications requiring SMB protocol support, not for the Linux-based data analytics workloads typically using NFS. The question does not specify Windows or SMB requirements, making EFS the more appropriate fully managed NFS solution.
★ When this WOULD be the correct answer
A company runs a Windows-based application on EC2 instances that needs a shared file system accessible via SMB protocol across multiple Availability Zones. The workload requires high availability and durability, and the company prefers a fully managed service that integrates with Active Directory.
Why candidates choose this
Candidates may confuse FSx for Windows File Server with a general-purpose shared file system, overlooking that it is specifically for Windows workloads and SMB protocol, while the question implies a Linux/NFS environment.
Analysis generated from the official CLF-C02blueprint 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 EBS Multi-Attach (which is limited to a single AZ and requires manual capacity management) with a truly multi-AZ, auto-scaling shared file system, or they mistakenly think S3 can serve as a POSIX-compatible shared file system for EC2 instances.
Detailed technical explanation
How to think about this question
EFS uses the NFSv4.1 protocol and leverages a distributed data plane across multiple Availability Zones within a region, providing 99.999999999% (11 nines) durability. Its 'Bursting Throughput' mode allows the file system to accumulate credits during idle periods and consume them during bursty workloads, which aligns perfectly with the described pattern of large reads/writes between idle periods. Under the hood, EFS automatically grows from gigabytes to petabytes without any pre-provisioning, and the Linux kernel's NFS client handles cache coherency across multiple instances via close-to-open consistency.
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 Class | Min Duration | Retrieval | Use Case |
|---|---|---|---|
| S3 Standard | None | Immediate | Frequently accessed data |
| S3 Standard-IA | 30 days | Immediate | Infrequent access, rapid retrieval |
| S3 One Zone-IA | 30 days | Immediate | Non-critical infrequent data |
| S3 Intelligent-Tiering | None | Immediate–hours | Unknown or changing access patterns |
| S3 Glacier Instant | 90 days | Milliseconds | Archive with instant retrieval |
| S3 Glacier Flexible | 90 days | Minutes–hours | Archive, flexible retrieval |
| S3 Glacier Deep Archive | 180 days | Hours | Long-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.
- →
Cloud Technology and Services — study guide chapter
Learn the concepts, then practise the questions
- →
Cloud Technology and Services practice questions
Targeted practice on this topic area only
- →
All CLF-C02 questions
1,024 questions across all exam domains
- →
AWS Certified Cloud Practitioner CLF-C02 study guide
Full concept coverage aligned to exam objectives
- →
CLF-C02 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related CLF-C02 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Cloud Concepts practice questions
Practise CLF-C02 questions linked to Cloud Concepts.
Security and Compliance practice questions
Practise CLF-C02 questions linked to Security and Compliance.
Cloud Technology and Services practice questions
Practise CLF-C02 questions linked to Cloud Technology and Services.
Billing, Pricing, and Support practice questions
Practise CLF-C02 questions linked to Billing, Pricing, and Support.
AWS shared responsibility model practice questions
Practise CLF-C02 questions linked to AWS shared responsibility model.
AWS IAM practice questions
Practise CLF-C02 questions linked to AWS IAM.
AWS pricing practice questions
Practise CLF-C02 questions linked to AWS pricing.
AWS support plans practice questions
Practise CLF-C02 questions linked to AWS support plans.
AWS S3 practice questions
Practise CLF-C02 questions linked to AWS S3.
AWS EC2 practice questions
Practise CLF-C02 questions linked to AWS EC2.
Practice this exam
Start a free CLF-C02 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 CLF-C02 question test?
Cloud Technology and Services — This question tests Cloud Technology and Services — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Amazon Elastic File System (EFS) — Amazon EFS is a fully managed, highly available, and durable NFS file system that automatically scales storage capacity up and down as files are added or removed, charging only for the storage used. It can be mounted by multiple EC2 instances across different Availability Zones simultaneously, making it ideal for bursty, shared-file workloads that require concurrent access and automatic scaling.
What should I do if I get this CLF-C02 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 →
Keep practising
More CLF-C02 practice questions
- A company publishes a message each time a new product is added to its catalogue. Three services need to receive this mes…
- A media company stores frequently accessed video thumbnails in Amazon S3. The thumbnails are read multiple times every d…
- A company needs a service to translate domain names (like www.example.com) into IP addresses, check the health of their…
- A startup runs an application on AWS and receives a monthly bill that charges exactly for the number of compute hours us…
- A financial institution runs its core banking application on-premises due to regulatory requirements. It has connected i…
- A company wants to run a MySQL database in AWS without managing database software installation, applying patches, settin…
Last reviewed: Jun 11, 2026
This CLF-C02 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 CLF-C02 exam.
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.
Sign in to join the discussion.