Channels
announcements
automation-api
aws
azure
blog-posts
built-with-pulumi
cloudengineering
cloudengineering-support
content-share
contribex
contribute
docs
dotnet
finops
general
getting-started
gitlab
golang
google-cloud
hackathon-03-19-2020
hacktoberfest
install
java
jobs
kubernetes
learn-pulumi-events
linen
localstack
multi-language-hackathon
office-hours
oracle-cloud-infrastructure
package-authoring
pulumi-ai
pulumi-cdk
pulumi-cloud
pulumi-crosscode
pulumi-deployments
pulumi-kubernetes-operator
pulumiverse
python
registry
status
testingtesting123
testingtesting321
typescript
welcome
workshops
yaml
Powered by
Title
g
gray-book-71287
02/11/2021, 3:10 PM
Has anyone done NAT instances before on pulumi? Willing to share the code? NAT Instances can save a lot of money compared to NAT gateway, but it’s a bit more tedious to setup.
https://www.kabisa.nl/tech/cost-saving-with-nat-instances/
Idea - use this module from terraform
https://registry.terraform.io/modules/int128/nat-instance/aws/latest
then use pulumi to reference the tfstate
https://www.pulumi.com/docs/guides/adopting/from_terraform/
b
brave-planet-10645
02/25/2021, 3:44 PM
You could use
tf2pulumi
and not even use the TF state
#aws
Join Slack