Get started with Pulumi and AWS
Install Pulumi
Download and install Pulumi for your platform:
$ brew install pulumi/tap/pulumi$ curl -fsSL https://get.pulumi.com | shAll Windows examples in this tutorial assume you are running in PowerShell.
> choco install pulumiOther installation options are available.
Test your new installation by running the `pulumi version` command:
$ pulumi version
v3.248.0If this doesn't work, you may need to restart your terminal to ensure the directory containing
the pulumi command is on your PATH.
$ pulumi version
v3.248.0If this doesn't work, you may need to restart your terminal to ensure the directory containing
the pulumi command is on your PATH.
> pulumi version
v3.248.0If this doesn't work, you may need to restart your terminal to ensure the directory containing
the pulumi.exe command is on your PATH.