1. Packages
  2. AWS
  3. How-to Guides
  4. AWS Resources
AWS v7.5.0 published on Wednesday, Aug 20, 2025 by Pulumi

AWS Resources

aws logo
AWS v7.5.0 published on Wednesday, Aug 20, 2025 by Pulumi

    View Code Deploy this example with Pulumi

    A Pulumi program that demonstrates creating various AWS resources.

    # Create and configure a new stack
    $ pulumi stack init aws-resources-dev
    $ pulumi config set aws:region us-east-2
    
    # Install dependencies
    $ npm install
    
    # Preview and run the deployment
    $ pulumi up
    
    # Remove the app
    $ pulumi destroy
    $ pulumi stack rm
    
    aws logo
    AWS v7.5.0 published on Wednesday, Aug 20, 2025 by Pulumi