FCP – FortiWAN and Cloud Security Administrator 7.4 — Question 25
An AWS administrator is designing internet connectivity for an organization's virtual public cloud (VPC). The organization has web servers with private addresses that must be reachable from the internet. The web servers must be highly available.
Which two configurations can you use to ensure the web servers are highly available and reachable from the internet? (Choose two.)
Answer options
- A. Deploy a network load balancer.
- B. Configure a network address translation (NAT) Gateway in your VPC. Place web servers behind the NAT Gateway.
- C. Add a route to the default virtual public cloud (VPC) route table forwarding all traffic to the internet gateway.
- D. Deploy web servers in multiple availability zones.
Correct answer: A, D
Explanation
The correct answers are A and D. A network load balancer (A) distributes incoming traffic across multiple servers, enhancing availability. Deploying web servers in multiple availability zones (D) ensures that if one zone fails, others can still serve traffic. Options B and C do not ensure high availability of the web servers in the way required for this scenario.