bennettp123 / pulumi-sample

A sample repo for AWS infrastructure as code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pulumi-sample

Creates a sample web app in AWS using infrastructure as code.

Quickstart

Prerequisites:

Then:

# install dependencies
npm i

# create a new pulumi stack
pulumi stack init

# bring up the stack
pulumi up

Teardown

To tear down the stack:

pulumi destroy

About

A sample repo for AWS infrastructure as code


Languages

Language:TypeScript 100.0%