[김관규] sprint9 & 10#140
Open
kimgg9310-svg wants to merge 6 commits intocodeit-bootcamp-nodejs:김관규from
Hidden character warning
The head ref may contain hidden characters: "\uae40\uad00\uaddc"
Open
Conversation
added 6 commits
March 4, 2026 18:41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sprint 9
기본요구사항
심화
Sprint 10
기본 요구사항
프로젝트에 프로덕션 배포를 위한 환경 변수 설정을 해 주세요.
AWS S3 적용
AWS S3 버킷을 생성하고, 퍼블릭 액세스를 허용해 주세요.
일반 사용자가 S3 업로드된 파일에 접근할 수 있도록 S3 버킷 정책을 설정해 주세요.
AWS EC2에서 AWS S3를 사용하기 위한 액세스 키를 AWS IAM에서 발급하세요.
프로덕션 환경에서는 파일 업로드에 AWS S3를 사용하도록 구현을 수정해 주세요.
AWS RDS 적용
AWS RDS 프리티어에 해당하는 인스턴스를 생성합니다.
RDS 인스턴스에 대한 보안 그룹을 설정합니다.
프로덕션 환경에서는 Prisma에 프로젝트 데이터베이스와 연결하도록 합니다.
AWS EC2에 Express 서버 배포하기
AWS EC2 프리티어에 해당하는 인스턴스를 생성합니다.
SSH를 사용해 EC2 인스턴스에 접속해 Express 서버를 배포해 주세요.
심화 요구사항
EC2 인스턴스에서 pm2 프로세스 매니저를 사용하여 애플리케이션을 실행해 주세요.
EC2 인스턴스에서 nginx 리버스 프록시를 설정해 서버를 80번 포트로 서비스합니다.
API 엔드포인트 주소: http://3.35.234.121