<@U041BK6Q5PX> That looks generally correct. I am ...
# golang
s
@gorgeous-sunset-66503 That looks generally correct. I am curious, though, why you’re throwing away the VPC value (
_, err := ec2.NewVpc
)? Typically you’ll need to keep that value so you can reference it later with other objects (subnets, route tables, etc.).