Sometimes for security purposes, you will want to host instances in AWS and treat it as an extension of the corporate DC. In this case, VPC will only have a private subnet and a VPN connection to the DC for connectivity. In this recipe, we will learn how to create connectivity with the DC, without creating a public subnet.
Creating a VPC with a private subnet and connecting DC
Getting ready
Log in to your AWS account with proper permissions for creating the required components.
How to do it...
- Open the VPC dashboard by browsing to https://console.aws.amazon.com/vpc...