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

https://github.com/zkfmapf123/ecs-proxy-architecture

ecs proxy architecture
https://github.com/zkfmapf123/ecs-proxy-architecture

Last synced: 6 months ago
JSON representation

ecs proxy architecture

Awesome Lists containing this project

README

          

# ECS Proxy Architecture

![ECS Proxy Architecture](./public/event.png)

## Folder Architecture

```
|- apis
|- gateway
|- squid
|- infra
|- alb
|- config
|- ecs-gateway
|- ecs-squid
```

## Desc

- Squid 서버를 사용하여 IP 우회
- Squid 서버는 ECS Fargate + Public IP를 활용하여 실행
- Squid Server 들의 IP List들을 Gateway 서버에서 관리 (/ip)
- Event를 사용하여 Squid Server 의 Scale In / Out, Recreate 를 관리