I have been thoroughly reading the AWS docs on Placement Groups - Amazon Elastic Compute Cloud. In the Partition as well as the Spread group sections, the use cases described seem to focus on failures that occur from having instances share the same hardware, for example:
Launching instances in a spread placement group reduces reduces the risk of simultaneous failures that might occur when instances share the same underlying hardware
- I'm trying to wrap my head around how a failure in an application on Instance A would affect Instance B because of their shared hardware
- On a similar note, if this side effect was possible, wouldn't other instances be affected as well? (that aren't mine).
- What are some real-life situations that this might happen?