Ultimate access to all questions.
A company is transitioning a legacy system from an on-premises data center to AWS, with the application server hosted on AWS and the database retained in the on-premises data center due to compliance requirements. The database is highly sensitive to network latency, and all data exchanged between the on-premises data center and AWS must be encrypted using IPsec. Identify the AWS solutions that would effectively address these requirements.
Explanation:
The correct answers are A (AWS Site-to-Site VPN) and B (AWS Direct Connect). AWS Site-to-Site VPN provides IPsec encryption for the data traveling between the on-premises data center and AWS. AWS Direct Connect minimizes network latency by establishing a dedicated network connection between the on-premises data center and AWS. Both solutions together ensure secure and low-latency communication, meeting the requirements stated in the question.