1. Docs
  2. Pulumi IaC
  3. Get started
  4. AWS
  5. Install Pulumi

Get started with Pulumi and AWS

Install Pulumi

Download and install Pulumi for your platform:

$ brew install pulumi/tap/pulumi
Copy
$ curl -fsSL https://get.pulumi.com | sh
Copy
All Windows examples in this tutorial assume you are running in PowerShell.
> choco install pulumi
Copy
Other installation options are available.

Test your new installation by running the `pulumi version` command:

$ pulumi version
v3.167.0
Copy

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.167.0
Copy

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.167.0
Copy

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.

Was this page helpful?