Run cd ~
Make a new directory: mkdir {username}-stack
Move to new directory.
Run pulumi new
Choose template
.
Choose aws-python
.
Keep project name as {username}-stack
.
Add project description!
Stack Name: dev
Use pip for the program
Region: us-east-1
Sit back and enjoy…
Run pulumi up
.
Walk through prompts - Look at the details.
Check the results:
Organizations
ncics
.Projects
Stacks
Useful Commands
pulumi stack
pulumi stack export > state.json
pulumi refresh
Can be managed in Pulumi
Also picks up from environmental variables.
Pulumi supports many languages via their SDKs. They continue to add more here
MANY!
__main__.py
Your __main__.py
should look like this:
pulumi up
Check out the details, deploy it, and check your results.
pulumi destroy
.It’s a Pulumi Party!
At this point:
Pulumi Party!