Your on-premises network has an IP address range of 10.55.0.0/16
You have been allocated an address range of 10.55.253.0/24 for the AWS Cloud.
You need to design the VPC and ensure communication between the VPC and your on-premises network.
You need to ensure a proper setup is configured at the customer end.
How would you accomplish this? Choose 2 answers from the options given below.
Click on the arrows to vote for the correct answer
A. B. C. D.Answer - B and C.
Since the Address range assigned for the cloud is 10.55.253.0/24, this should be the address range assigned to the VPC.Then use the customer gateway on your side to route traffic through the VPN tunnel.
Option A is incorrect since this is not the IP range assigned for the AWS Cloud.
Option D is incorrect since the virtual private gateway is assigned to the VPC and not on the on-premises network.
For more information on setting up a VPN connection, one can visit the below URL.
https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/SetUpVPNConnections.htmlTo ensure communication between the VPC and the on-premises network, a VPN connection needs to be established between them. The VPN connection allows for secure communication over the internet by encrypting traffic between the two networks.
To accomplish this, you can follow these steps:
Set up a VPC with an appropriate IP address range. In this case, you have been allocated the IP address range of 10.55.253.0/24 for the AWS Cloud. Therefore, you should set up a VPC with the same IP address range.
Establish a VPN connection using either your customer gateway or virtual private gateway. Both options are valid, but the specific choice may depend on your organization's requirements.
By following the above steps, you can set up a VPC with the appropriate IP address range and establish a secure VPN connection between the VPC and your on-premises network, allowing for communication between them.