Skip to main content

AWS Resources

A Pulumi program that demonstrates creating various AWS resources in Python

This example lives in the pulumi/examples repository. Check out just this directory to use it:

Get started with this example
git clone --filter=blob:none --sparse https://github.com/pulumi/examples pulumi-examples
git -C pulumi-examples sparse-checkout set aws-py-resources
cd pulumi-examples/aws-py-resources

A Pulumi program that demonstrates creating various AWS resources in Python

Terminal window
# 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

Related

The infrastructure as code platform for any cloud.