Skip to main content

aws-python

A minimal AWS Python Pulumi program

Get started

Create a new project from this template with the Pulumi CLI:
Terminal window
mkdir my-project && cd my-project
pulumi new aws-python

Configuration

The template prompts for these values during pulumi new.
KeyDescriptionDefault
aws:regionThe AWS region to deploy intous-east-1
You can change these values later with pulumi config set:
Terminal window
pulumi config set aws:region <value>

Deploying the project

Once the new project is created and configured, you can deploy it with pulumi up:
Terminal window
pulumi up

Related

The infrastructure as code platform for any cloud.