
Explanation:
The correct answer is C because deploying an application in multiple Availability Zones (AZs) directly supports the "design for failure and nothing will fail" principle.
AWS recommends distributing resources across multiple AZs to achieve high availability and fault tolerance. This approach ensures that your application remains available even if an entire data center (AZ) becomes unavailable.
For more information, refer to AWS documentation on Regions and Availability Zones.
Ultimate access to all questions.
Which of the following examples supports the cloud design principle "design for failure and nothing will fail"?
A
Adding an elastic load balancer in front of a single Amazon Elastic Compute Cloud (Amazon EC2) instance
B
Creating and deploying the most cost-effective solution
C
Deploying an application in multiple Availability Zones
D
Using Amazon CloudWatch alerts to monitor performance
No comments yet.