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
- Host: GitHub
- URL: https://github.com/stratafoundation/strata-terraform
- Owner: StrataFoundation
- License: apache-2.0
- Created: 2021-08-10T20:17:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-02T22:28:58.000Z (over 2 years ago)
- Last Synced: 2025-04-15T09:12:06.420Z (about 1 year ago)
- Language: HCL
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```