kananinirav / AWS-Certified-Cloud-Practitioner-Notes

AWS Certified Cloud Practitioner Short Notes And Practice Exams (CLF-C02)
https://kananinirav.com/
MIT License
1.56k stars 539 forks source link

Exam 22 - Question 13 #198

Closed StefH closed 5 months ago

StefH commented 5 months ago

Which components are required to build a successful site-to-site VPN connection on AWS? (Choose two.)

A. Internet gateway B. NAT gateway C. Customer gateway D. Transit gateway E. Virtual private gateway

The given answers are C and D.

But shouldn't these be C and E?


C. Customer gateway This is a physical device or software application on your side of the site-to-site VPN connection, which is configured to connect to an AWS endpoint.

E. Virtual private gateway This is the VPN concentrator on the Amazon side of the site-to-site VPN connection, attached to your Amazon VPC.

These two components work together to establish a secure communication channel between your network and your VPC on AWS, allowing for the encrypted exchange of data.