Which architecture design principle describes the need to isolate failures between dependent components in the AWS Cloud?
Use a monolithic design.
Design for automation.
Design for single points of failure.
Loosely couple components.
Explanations:
A monolithic design does not isolate failures and creates a single point of failure.
Designing for automation focuses on operational efficiency, not on isolating component failures.
Designing for single points of failure contradicts the principle of isolating failures.
Loosely coupling components ensures that failures in one component do not affect others, enhancing resilience.