1. Packages
  2. Packages
  3. AWS
  4. How-to Guides
  5. AWS Resources
Viewing docs for AWS v7.31.0
published on Tuesday, May 26, 2026 by Pulumi

AWS Resources

aws logo
Viewing docs for AWS v7.31.0
published on Tuesday, May 26, 2026 by Pulumi

    View Code Deploy this example with Pulumi

    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
    
    aws logo
    Viewing docs for AWS v7.31.0
    published on Tuesday, May 26, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial