Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casl0/coturn-on-eks
https://github.com/casl0/coturn-on-eks
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/casl0/coturn-on-eks
- Owner: CASL0
- License: mit
- Created: 2024-01-23T11:37:24.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-30T07:48:56.000Z (8 months ago)
- Last Synced: 2024-04-17T23:53:55.398Z (7 months ago)
- Language: HCL
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coturn-on-eks
EKS 上に coturn をデプロイします。
## 構成図
![infra](https://github.com/CASL0/coturn-on-eks/assets/28913760/b11a73bc-f8f3-4b16-b75c-f332b5123fb5)
## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.0 |
| [aws](#requirement\_aws) | >= 4.47 |
| [helm](#requirement\_helm) | >= 2.12 |
| [kubernetes](#requirement\_kubernetes) | >= 2.25 |## Providers
| Name | Version |
|------|---------|
| [aws](#provider\_aws) | 5.33.0 |## Modules
| Name | Source | Version |
|------|--------|---------|
| [addons](#module\_addons) | aws-ia/eks-blueprints-addons/aws | ~> 1.0 |
| [eks](#module\_eks) | terraform-aws-modules/eks/aws | ~> 19.21 |
| [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | ~> 5.0 |## Resources
| Name | Type |
|------|------|
| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/availability_zones) | data source |## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [password](#input\_password) | coturn auth password | `string` | n/a | yes |## Outputs
| Name | Description |
|------|-------------|
| [azs](#output\_azs) | Availability Zones |
| [eks\_cluster\_arn](#output\_eks\_cluster\_arn) | The ARN of the EKS cluster |