Hi everyone, I just joined pulumi. i believe IAC i...
# getting-started
c
Hi everyone, I just joined pulumi. i believe IAC is a good engineering practice/pattern. Is there a way i can play with pulumi in my local environment without having to worry about incurring costs on AWS/Azure/GCP Clouds? I have a Mac with DockerDesktop.
l
You can use one of their free tiers. But Pulumi doesn't give you free access to 3rd party services like AWS. You can learn how to use the library by using plugins for local features only. There are plenty: random, docker, tls, and more.
They won't show you the power of Pulumi, but they'll help you get used to the code style.
c
what if I use something like: 1. LocalStack 2. kind
l
That'd work if it works with AWS / aws-cli. Pulumi isn't really a deciding factor.