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

https://github.com/stratafoundation/strata-terraform

Strata terraform for AWS infra
https://github.com/stratafoundation/strata-terraform

Last synced: about 1 year ago
JSON representation

Strata terraform for AWS infra

Awesome Lists containing this project

README

          

# strata-terraform
Strata terraform for AWS infra

## Management

Use https://app.terraform.io/app/strata-terraform for deploying.

## Routes

This will deploy the full strata cluster. See strata-data-pipelines repo for architecture diagram.

| Route | Public Facing? | Description |
---------------------
| dev-kowl.teamwumbo.com | Internal | Explore kafka topics |
| dev-redis.teamwumbo.com | Internal | Explore redis |
| dev-api.teamwumbo.com/graphiql | External | Hit the graphql |

Note that to connect to the non public facing apps, you'll need to run the VPN

## How to connect to VPN

Go to https://s3.console.aws.amazon.com/s3/buckets/dev-strata-vpn-keys?region=us-east-2&tab=objects.

Download `strata.ovpn`

Install openvpn with homebrew. Then:

```
sudo openvpn --config ~/strata.ovpn
```