0 votes
in AWS by

Which of the following can be used to increase the fault tolerance of an application?

A) Deploying resources across multiple Edge locations
B) Deploying resources across multiple VPC’s
C) Deploying resources across multiple Availability Zones
D) Deploying resources across multiple AWS Accounts

1 Answer

0 votes
by

C) Deploying resources across multiple Availability Zones

Each AZ is a set of one or more data centers. By deploying your AWS resources to multiple Availability zones , you are designing with failure with mind. So if one AZ were to go down , the other AZ’s would still be up and running and hence your application would be more fault tolerant.

...