Public-works engineers share concurrent CAD drawings across multiple workstations after migration. Which storage service selection is appropriate instead of a single instance's Amazon EBS volume?
Select an answer to reveal the explanation.
Short Explanation
CAD drawings are a shared kitchen table, not a locked drawer on one desk. EFS or FSx gives concurrent file access; a lonely EBS volume on one instance becomes everyone's single point of frustration.
Full Explanation
Shared concurrent file access for CAD-style workloads maps to Amazon EFS or Amazon FSx rather than a single EBS volume on one instance. EBS is block storage for an instance; Glacier and ephemeral instance store do not provide an interactive multi-user shared filesystem pattern.