(01)Install Pulumi
Linux
1curl -fsSL https://get.pulumi.com | sh2pulumi versionInfrastructure as code using real programming languages
If you're on Terraform 1.7 or older
Alternative — team standard for Infrastructure as Code
What is this?
Pulumi lets you create cloud infrastructure using TypeScript, Python, or Go.
Where to create or edit the main configuration — paths below match the setup steps.
Pulumi.yamlLocation: Project root
Project name and runtime (nodejs, python, go)
Pulumi.<stack>.yamlLocation: Project root
Stack-specific config and secrets
Step 01
1curl -fsSL https://get.pulumi.com | sh2pulumi versionStep 02
1pulumi login2pulumi new aws-typescript3pulumi upStep 03
1pulumi stack ls