https://pulumi.com logo
Title
w

white-balloon-205

06/21/2018, 6:14 PM
We have a library that sets up an AWS VPC with just
new awsinfra.Network
. If you want to do it yourself, you can look at the implementation of that which creates each of the necessary resources (VPC, Subnet, RouteTable, etc) . An example using this library: https://github.com/pulumi/pulumi-aws-infra/blob/master/nodejs/aws-infra/examples/cluster/index.ts#L23 The implementation if you want to roll it yourself: https://github.com/pulumi/pulumi-aws-infra/blob/master/nodejs/aws-infra/network.ts#L163