ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 27 - FCP_WCS_AD-7.4 discussion

Report
Export

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.)

A.
Deploy a network load balancer.
Answers
A.
Deploy a network load balancer.
B.
Configure a network address translation (NAT) Gateway in your VPC. Place web servers behind the NAT Gateway.
Answers
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.
Answers
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.
Answers
D.
Deploy web servers in multiple availability zones.
Suggested answer: A, D

Explanation:

Network Load Balancer:

Deploying a network load balancer ensures that incoming traffic is distributed across multiple web servers, providing high availability and redundancy. This setup helps in managing traffic efficiently and maintaining service uptime even if some servers fail (Option A).

Multiple Availability Zones:

Deploying web servers in multiple availability zones (AZs) enhances fault tolerance and availability. If one AZ goes down, servers in other AZs can continue to handle the traffic, ensuring the web application remains accessible (Option D).

Other Options Analysis:

Option B is incorrect because NAT Gateways are used to provide internet access to instances in private subnets, not to make private addresses reachable from the internet.

Option C is not sufficient on its own for high availability. Adding a route to the default VPC route table forwarding traffic to the internet gateway makes the VPC internet-accessible but does not ensure high availability.

AWS High Availability and Fault Tolerance: AWS High Availability

AWS Network Load Balancer: Network Load Balancer

asked 18/09/2024
Xiaoyi Wu
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first