Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 468 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 468 Bytes

Deploy

AWS Resources

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