aws logo
AWS Classic v5.41.0, May 15 23

AWS Resources | Python

View Code Deploy

A Pulumi program that demonstrates creating various AWS resources in Python

# Create and configure a new stack
$ pulumi stack init dev
$ pulumi config set aws:region us-east-2

# Preview and run the deployment
$ pulumi up

# Remove the app
$ pulumi destroy
$ pulumi stack rm