Difficulty Level: 2
Creation Date: July 1, 2020
Original Author(s): Thyago Mota
Contributor(s):
The goal of this lab is to illustrate a VPC peering connection, a way to connect two VPCs using a private connection.
Once the VPCs and subnets are created, the internet gateway and the EC2 instances are launched and configured, follow the steps described next.
First on the VPC A side:
Then on the VPC B side:
To test the setting, first ssh to the EC2 instance A (the one on VCP A). Then try to ssh to EC2 instance B (the on on VPC B) using its private IP address.