
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
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
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.