A company is planning to create private connections from on-premises AWS Infrastructure to the AWS Cloud.
They need to have a solution that would give core benefits of traffic encryption and ensure latency is kept to a minimum.
Which of the following would help fulfill this requirement? Choose 2 answers from the options given below.
Click on the arrows to vote for the correct answer
A. B. C. D.Answer - A and D.
The AWS Documentation mentions the following which supports the above requirements.
Option B is invalid because VPC peering is only used for connection between VPCs and cannot be used to connect On-premises infrastructure to the AWS Cloud.
Option C is invalid because NAT gateways are used to connect instances in a private subnet to the Internet.
For more information on VPN Connections, please visit the following URL:
https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpn-connections.htmlThe two solutions that would fulfill the requirements of providing traffic encryption and keeping latency to a minimum when creating private connections from on-premises AWS infrastructure to the AWS Cloud are AWS VPN and AWS Direct Connect.
AWS VPN: AWS VPN is a virtual private network that provides a secure, encrypted connection between the on-premises infrastructure and the AWS Cloud. It uses the Internet to establish a connection, and it is easy to set up and manage. AWS VPN provides the following benefits:
Encryption: AWS VPN uses IPsec to provide strong encryption for all traffic between the on-premises infrastructure and the AWS Cloud.
Low Latency: AWS VPN provides low latency as it uses optimized network paths to ensure that traffic between the on-premises infrastructure and the AWS Cloud is fast and responsive.
AWS Direct Connect: AWS Direct Connect is a dedicated network connection that provides a private, high-bandwidth connection between the on-premises infrastructure and the AWS Cloud. It is a good option for organizations that require a dedicated, high-speed connection to the AWS Cloud. AWS Direct Connect provides the following benefits:
Encryption: AWS Direct Connect uses encryption to provide secure connectivity between the on-premises infrastructure and the AWS Cloud.
Low Latency: AWS Direct Connect provides low latency as it is a dedicated, private connection that is not subject to the potential latency issues of the public Internet.
AWS VPC Peering: AWS VPC Peering is a service that allows you to connect two VPCs in the same or different regions. It does not provide traffic encryption, but it does provide low latency as the traffic between the VPCs does not leave the AWS network.
AWS NAT Gateways: AWS NAT Gateways are used to provide Internet access to resources in a private subnet. They do not provide traffic encryption, and they do not provide low latency as they introduce an additional network hop for traffic leaving the private subnet.
In summary, AWS VPN and AWS Direct Connect are the two solutions that would fulfill the requirements of providing traffic encryption and keeping latency to a minimum when creating private connections from on-premises AWS infrastructure to the AWS Cloud.