How To Setup Aws Site To Site Vpn?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Create a Virtual Private Cloud (VPC) for your VPC network.
2. Create a customer gateway in the AWS Management Console, specifying the public IP address of your local network’s router.
3. Create a Virtual Private Gateway (VGW) in the AWS Management Console, setting the VPC as the destination.
4. Create a VPN connection in the AWS Management Console, setting the customer gateway as the source and the VGW as the destination.
5. Configure your local router to use the AWS VPN connection as its default route.
6. Create a security group for the VPN connection in the AWS Management Console, specifying the source IP address range of the local network.
7. Create a Route Table in the AWS Management Console, specifying the VGW as the target for the route.
8. Associate the Route Table with the VPC and the security group.
9. Start the VPN connection in the AWS Management Console.
10. Test the connection by attempting to access resources in the VPC from the local network.