CLO-002 · Question #451
A cloud administrator needs to ensure as much uptime as possible for an application. The application has two database servers. If both servers go down simultaneously, the application will go down…
The correct answer is B. Availability zones. Availability zones are logical data centers within a cloud region that are isolated and independent from each other. Availability zones have their own power, cooling, and networking infrastructure, and are connected by low-latency networks. Availability zones help to ensure…
Question
A cloud administrator needs to ensure as much uptime as possible for an application. The application has two database servers. If both servers go down simultaneously, the application will go down. Which of the following must the administrator configure to ensure the CSP does not bring both servers down for maintenance at the same time?
Options
- ABackups
- BAvailability zones
- CAutoscaling
- DReplication
How the community answered
(36 responses)- A3% (1)
- B83% (30)
- C8% (3)
- D6% (2)
Explanation
Availability zones are logical data centers within a cloud region that are isolated and independent from each other. Availability zones have their own power, cooling, and networking infrastructure, and are connected by low-latency networks. Availability zones help to ensure high availability and fault tolerance for cloud applications by allowing customers to deploy their resources across multiple zones within a region. If one availability zone experiences an outage or maintenance, the other zones can continue to operate and serve the application. To ensure the CSP does not bring both servers down for maintenance at the same time, the cloud administrator must configure the application to use availability zones. The administrator can deploy the two database servers in different availability zones within the same region, and enable replication and synchronization between them. This way, the application can access either server in case one of them is unavailable due to maintenance or failure. The administrator can also use load balancers and health checks to distribute the traffic and monitor the status of the servers across the availability zones.
Topics
Community Discussion
No community discussion yet for this question.