Intermediate
AWS / Cloud Computing
Q67 / 100
What is the purpose of "Amazon EFS" and how does it differ from EBS?
Correct! Well done.
Incorrect.
The correct answer is A) EFS provides scalable, shared file storage that can be mounted by multiple EC2 instances concurrently, while EBS volumes are block storage typically attached to a single instance at a time (with some exceptions)
A
Correct Answer
EFS provides scalable, shared file storage that can be mounted by multiple EC2 instances concurrently, while EBS volumes are block storage typically attached to a single instance at a time (with some exceptions)
Explanation
Amazon EFS (Elastic File System) provides a network file system that multiple instances can mount simultaneously, useful for shared content, whereas EBS volumes are generally attached to one instance at a time as block devices.
Progress
67/100