A company is deploying a distributed application on Amazon EC2. The application requires the instances to be placed on distinct physical hardware racks to minimize correlated failures. Which EC2 configuration should the solutions architect select?
- AA cluster placement group
- A spread placement groupAnswer
- CAn Amazon EBS gp3 volume with Multi-Attach enabled to share data across all instances
- DAn Elastic Load Balancer target group using the default port 80 health check while the application runs on a custom port
Answer
A spread placement group
A spread placement group places instances on distinct physical hardware racks to reduce the risk of simultaneous failures. This is the recommended placement strategy when instances must be kept strictly isolated from each other at the hardware level.
Step-by-Step Solution
Key Concept
EC2 Placement Groups
Estimated Time:45s