AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 60

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

The correct answers are B and D. Option B improves availability by adding more EC2 instances and using an Application Load Balancer to distribute traffic, while option D enhances the NAT instance setup by using a NAT gateway in each Availability Zone, ensuring redundancy. The other options do not adequately address high availability for both the web servers and outbound internet access.