An open API service indexing awesome lists of open source software.

https://github.com/dirien/cloud-native-turkiye


https://github.com/dirien/cloud-native-turkiye

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# How to Infrastructure as Code with Pulumi

## Prrequisites

- Install the Pulumi CLI and create an account at https://app.pulumi.com! It' free!!!!
- Install the AWS CLI and configure it with your AWS credentials

## Install Pulumi

https://www.pulumi.com/docs/get-started/install/

## Install AWS CLI

https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html

## How to deploy

```bash
pulumi up
```

## How to destroy

```bash
pulumi destroy
```