AWS Certified DevOps Engineer – Professional — Question 124

A company requires that its internally facing web application be highly available. The architecture is made up of one Amazon EC2 web server instance and one NAT instance that provides outbound internet access for updates and accessing public data.

Which combination of architecture adjustments should the company implement to achieve high availability? (Choose two.)

Answer options

Correct answer: B, D

Explanation

Option B is correct as creating additional EC2 instances across multiple Availability Zones and using an Application Load Balancer will distribute traffic and enhance availability. Option D is also correct because having a NAT gateway in each Availability Zone ensures that there is no single point of failure for outbound internet access. The other options do not sufficiently address high availability in both web servers and NAT configurations.