This class has utility methods used for setting up a VPC.

C# |
public static class VPCUtilities

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() ![]() | LaunchNATInstance(AmazonEC2, LaunchNATInstanceRequest) |
This method will look up the current VPC NAT ami in the region and create an instance in the subnet specified.
|
![]() ![]() | LaunchVPCWithPublicAndPrivateSubnets(AmazonEC2, LaunchVPCWithPublicAndPrivateSubnetsRequest) |
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.
|
![]() ![]() | LaunchVPCWithPublicSubnet(AmazonEC2, LaunchVPCWithPublicSubnetRequest) |
This method will create a VPC with a subnet that will have an internet gateway attached making instances available to the internet.
|

Object | |
![]() | VPCUtilities |