Installation
Windows
For Windows users, you have two options:- Download the installer directly from the Pulumi website.
- Install via Chocolatey by running the following command:
macOS
macOS users can easily install Pulumi using Homebrew. Run the command below in your terminal:Configuring AWS Credentials for Pulumi
After installing Pulumi, the next step is to set up your AWS credentials. Pulumi leverages the same AWS credentials used by the AWS CLI. You can configure your credentials using one of the following methods:Option 1: Using Environment Variables
Set up your AWS credentials and region by executing these commands in your terminal:Option 2: Using the AWS CLI
Alternatively, if you prefer using the interactive configuration provided by the AWS CLI, run:.aws/credentials file, which typically looks like this:
Choose the configuration method that best fits your workflow. Environment variables offer quick setup for temporary sessions, while the AWS CLI configuration provides a persistent setup across sessions.