Creating a VPC to DC connectivity--VPN Tunneling
Earlier we learnt how to create a VPC, subnet and a VPN in separate recipes. In this recipe, we will learn how to create those in a single recipe.
Getting ready
Log in to your AWS account with the proper permissions for creating the required components.
How to do it...
AWS provides simple steps for creating basic AWS networking components for first time users.
- Open the VPC dashboard by browsing https://console.aws.amazon.com/vpc as shown in the following screenshot:

VPC console
- Click on
Start VPC Wizard
. We have already provided a recipe for the first option in Chapter 1, Getting Started with AWS Networking Components. The following window will open:

VPC wizard with single public subnet
- Let's select the option
VPC with Public and Private Subnets and Hardware VPN Access
. The preceding screenshot explains the components that we are going to create.- One VPC
- One public subnet that can be accessed from the internet
- One private subnet that can be accessed...