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: about 2 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T11:39:33.000Z (about 7 years ago)
- Last Synced: 2025-03-21T05:11:44.552Z (7 months ago)
- Topics: ecs, fargate, terraform, unifi
- Language: HCL
- Size: 6.84 KB
- Stars: 11
- 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.