https://github.com/dirien/cloud-native-turkiye
https://github.com/dirien/cloud-native-turkiye
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dirien/cloud-native-turkiye
- Owner: dirien
- Created: 2022-12-08T18:27:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T18:28:38.000Z (over 3 years ago)
- Last Synced: 2026-03-31T19:55:45.956Z (3 months ago)
- Language: Go
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```