This method will create a VPC, a public subnet, private subnet and a NAT EC2 instance to allow EC2 instances in the private
subnet to establish outbound connections to the internet.

C# |
public static LaunchVPCWithPublicAndPrivateSubnetsResponse LaunchVPCWithPublicAndPrivateSubnets( AmazonEC2 ec2Client, LaunchVPCWithPublicAndPrivateSubnetsRequest request )

- ec2Client (AmazonEC2)
- The ec2client used to create the VPC
- request (LaunchVPCWithPublicAndPrivateSubnetsRequest)
- The properties used to create the VPC.

The response contains all the VPC objects that were created.