A city needs object storage for a public media vault, block storage for a CAD database, and a shared file system for engineering lifts. Which combination matches those access patterns?
Select an answer to reveal the explanation.
Short Explanation
Match the shelf to the stuff: S3 for the media museum, EBS disks under the CAD database chair, and EFS as the shared hallway cabinet for engineering. Mixing those up is like filing blueprints in a glacier locker and streaming photos from a database volume.
Full Explanation
Object storage (S3) suits large media libraries with HTTP/API access; block storage (EBS) attaches to EC2 for databases needing low-latency disks; file storage (EFS) provides shared NFS access for multiple instances. Using the wrong storage class for each pattern reduces performance, durability posture, or shareability.