ybyu1

Set objectives

Showing 1 changed file with 40 additions and 0 deletions
## 펫페오톡 AWS 시스템 재설계, DevOps 지원
#### Objectives
1. Microservice Architecture로 재설계
1. Self-Managed Service를 Serverless나 Full-Managed로 Migration
1. Application Container화 및 Orchestration Service 적용 ( Kubernetes or ECS )
---
#### As-Is
1. Monolithic Service
1. Self-Hosting MongoDB
1. 수동 배포
#### To-Be
1. 기능별로 분해하여 Microservice 구조로 재설계
1. Background job 처리용 Worker를 만들고 SQS 도입
1. Scalable하고 모니터링이 쉬운 DynamoDB or RDS로 이전
1. ECS, Github로 CI/CD
---
#### Expected Results
1. 유연한 확장성
1. 용이한 모니터링
1. 관리포인트 감소
1. 협업 개발 주기 단축
\ No newline at end of file