Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/casl0/coturn-on-eks


https://github.com/casl0/coturn-on-eks

Last synced: 4 days ago
JSON representation

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 |