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:
git clone --filter=blob:none --sparse https://github.com/pulumi/examples pulumi-examplesgit -C pulumi-examples sparse-checkout set aws-py-resourcescd pulumi-examples/aws-py-resourcesA Pulumi program that demonstrates creating various AWS resources in Python
# Create and configure a new stackpulumi stack init devpulumi config set aws:region us-east-2
# Preview and run the deploymentpulumi up
# Remove the apppulumi destroypulumi stack rm