Skip to content

kevanpeters/Intro_pulumi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pulumi Tutorial on AWS for Python

Check out the video

Link to post

Setup


AWS CLI setup

Install AWS CLI

pip3 install awscli 

Setup AWS Creds

aws configure

Installing Pulumi

install-pulumi

macOS

brew install pulumi

Lunix

curl -fsSL https://get.pulumi.com | sh

Windows

@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex ((New-Object System.Net.WebClient).DownloadString('https://get.pulumi.com/install.ps1'))" && SET "PATH=%PATH%;%USERPROFILE%\.pulumi\bin"

About

Intro to Pulumi - Python & AWS - Beginner Tutorial https://youtu.be/60LYNRnmM5M

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages