Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/containersolutions/unifi-fargate
Deploy a Unifi Controller on AWS ECS Fargate using Terraform
https://github.com/containersolutions/unifi-fargate
ecs fargate terraform unifi
Last synced: 1 day ago
JSON representation
Deploy a Unifi Controller on AWS ECS Fargate using Terraform
- Host: GitHub
- URL: https://github.com/containersolutions/unifi-fargate
- Owner: ContainerSolutions
- Created: 2018-05-28T07:03:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T11:39:33.000Z (about 6 years ago)
- Last Synced: 2023-02-26T21:22:16.036Z (over 1 year ago)
- Topics: ecs, fargate, terraform, unifi
- Language: HCL
- Size: 6.84 KB
- Stars: 10
- Watchers: 6
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Security: security.tf
Awesome Lists containing this project
README
Unifi on ECS Fargate
====================This repository contains a collection of Terraform scripts that set up a Unifi Controller to run on AWS Fargate.
Current state: It works, but there is no persistence. Also, you cannot restore any previous configuration because this causes the controller process to restart, resulting in a new container.
External MongoDB works, but only if you use a fixed IP. I was not able to successfully do Service Discovery yet.