-
Notifications
You must be signed in to change notification settings - Fork 0
System Architecture
hyoguoo edited this page Mar 31, 2024
·
3 revisions
- GitHub Action을 활용하여 CI/CD 구축
- main 브랜치에 push가 발생하면 이미지를 빌드하여 docker hub에 push를 하게 되고, EC2에서 해당 이미지를 pull받아 실행하는 방식
- 도메인 사용을 위해 Route 53, 그리고 Load Balancer 통해 애플리케이션이 실행 중인 EC2에 요청을 전달하는 방식