https://pulumi.com logo
g

gray-elephant-37695

04/15/2019, 8:30 AM
Just looking at moving my ever-growing terraform configs to pulumi. Looking at the get started tutorials - my first question is (using aws here) what VPC does pulumi deploy resources to by default? Does it use the default aws one, or spin up it's own VPC?
c

colossal-horse-54529

04/15/2019, 10:49 AM
Hi, I was looking at this myself yesterday. According to this it seems Pulumi uses the AWS default VPC - https://github.com/pulumi/pulumi-awsx/tree/master/nodejs/awsx/ec2#the-default-vpc
g

gray-elephant-37695

04/15/2019, 12:13 PM
Perfect, thanks