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 | sh
All Windows examples in this tutorial assume you are running in PowerShell.
> choco install pulumi
Other installation options are available.
Test your new installation by running the `pulumi version` command:
$ pulumi version
v3.165.0
If 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.165.0
If 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.165.0
If this doesn't work, you may need to restart your terminal to ensure the directory containing
the pulumi.exe
command is on your PATH
.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.