1. Packages
  2. AWS Classic
  3. How-to Guides
  4. AWS Resources

Try AWS Native preview for resources not in the classic version.

AWS Classic v6.31.1 published on Thursday, Apr 18, 2024 by Pulumi

AWS Resources

aws logo

Try AWS Native preview for resources not in the classic version.

AWS Classic v6.31.1 published on Thursday, Apr 18, 2024 by Pulumi

    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
    
    aws logo

    Try AWS Native preview for resources not in the classic version.

    AWS Classic v6.31.1 published on Thursday, Apr 18, 2024 by Pulumi