A company wants to establish a hybrid connection between an On-premise data center and a VPC hosted in AWS.
They want to bear the lowest cost for this connectivity and implement the solution quickly.
Which of the following should they consider?
Click on the arrows to vote for the correct answer
A. B. C. D.Correct Answer: B.
The AWS VPN connection is the most cost-effective.
It might not be the most reliable and you are dependent on the Internet bandwidth.
But the question mentions that cost is a factor.
Options C and D should only be considered for low latency connections.
And you are willing to bear the cost for an AWS Direct Connect connection.
Option A is invalid since this is only used to connect VPC's.
For more information on AWS Managed VPN Connections, please visit the below URL-
https://docs.aws.amazon.com/vpc/latest/userguide/VPC_VPN.htmlTo establish a hybrid connection between an On-premise data center and a VPC hosted in AWS, the following options can be considered:
A. AWS VPC Peering:
AWS VPC Peering is used to connect two VPCs that are under the same AWS account or different AWS accounts within the same region. It does not involve the on-premises network, so it cannot be used to connect an on-premises data center to an AWS VPC.
B. AWS VPN Managed Connections:
AWS VPN Managed Connections can be used to establish a secure and reliable connection between an on-premises data center and an AWS VPC. It uses encrypted VPN tunnels over the internet to connect the on-premises network to the VPC. AWS VPN Managed Connections can be set up relatively quickly, and the cost is based on hourly usage.
C. AWS Direct Connect:
AWS Direct Connect provides a dedicated, high-speed, private network connection between an on-premises data center and an AWS VPC. This is achieved by using a dedicated network connection from the on-premises network to an AWS Direct Connect location, and then connecting the Direct Connect location to the VPC. This solution can be expensive, but it provides higher reliability, lower latency, and greater security compared to VPN connections.
D. AWS Direct Connect Gateway:
AWS Direct Connect Gateway is used to connect multiple VPCs within the same region or across different regions to an on-premises network. It does not involve the direct connection between an on-premises network and an AWS VPC.
Considering the requirement of the company to establish a hybrid connection with low cost and quick implementation, AWS VPN Managed Connections can be the most appropriate solution. It uses the public internet to establish the connectivity, which can be a more cost-effective option compared to Direct Connect. Additionally, setting up a VPN connection is relatively easy and quick, especially with AWS Managed VPN service.