AWS Certified SysOps Administrator – Associate (legacy) — Question 10

A Systems Administrator is planning to deploy multiple EC2 instances within two separate Availability Zones in the same AwS Region. The instances cannot be exposed to the Internet, but must be able to exchange traffic between one another. The data does not need to be encrypted.
What solution meets these requirements while maintaining the lowest cost?

Answer options

Correct answer: D

Explanation

The correct answer is D because it allows for secure communication between instances in separate VPCs using a VPN tunnel. The other options either suggest using public IP addresses, which contradicts the requirement of not being exposed to the Internet, or they complicate the setup with static routes that are unnecessary for this scenario.