This message was deleted.
# getting-started
s
This message was deleted.
s
You can define VPC peering (but you may want to consider Transit Gateway instead as I find it more flexible): https://www.pulumi.com/registry/packages/aws/api-docs/ec2/vpcpeeringconnection/#example-usage
Example using Transit Gateway (in Python - I don't have this available in TypeScript unfortunately, but hopefully it's not too tough to translate): https://github.com/pulumi/examples/tree/master/aws-py-hub-and-spoke-network
m
tyvm!