Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/avinashupadhya99/kong-pulumi

Pulumi program in Go to create EC2 and necessary infra in AWS to deploy Kong
https://github.com/avinashupadhya99/kong-pulumi

Last synced: 5 days ago
JSON representation

Pulumi program in Go to create EC2 and necessary infra in AWS to deploy Kong

Awesome Lists containing this project

README

        

# Kong Pulumi

Pulumi program in Go to create EC2 and necessary infra in AWS to deploy Kong.
The program deploys Kong on the EC2 instance as well.

## Pulumi config variables

```
pulumi config set ec2_ami
pulumi config set key_name
pulumi config set public_key
```