-
Notifications
You must be signed in to change notification settings - Fork 37
[김태희] sprint8 #283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
WaiCat
wants to merge
33
commits into
codeit-bootcamp-spring:part2-김태희
Choose a base branch
from
WaiCat:part2-김태희-sprint8
base: part2-김태희
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
The head ref may contain hidden characters: "part2-\uAE40\uD0DC\uD76C-sprint8"
Open
[김태희] sprint8 #283
WaiCat
wants to merge
33
commits into
codeit-bootcamp-spring:part2-김태희
from
WaiCat:part2-김태희-sprint8
+3,816
−3,297
Conversation
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.
EC2 엔드포인트
ec2-13-209-43-179.ap-northeast-2.compute.amazonaws.com
애플리케이션 컨테이너화
Dockerfile 작성
이미지 빌드 및 실행 테스트
Docker Compose 구성
개발 환경용 docker-compose.yml 파일을 작성합니다.
BinaryContentStorage 고도화 (AWS S3)
AWS S3 버킷 구성
AWS S3 접근을 위한 IAM 구성
AWS S3 테스트
AWS S3를 활용한 BinaryContentStroage 고도화
AWS를 활용한 배포 (AWS RDS, ECR, ECS)
AWS RDS 구성
AWS ECR 구성
AWS ECS 구성
심화 요구사항
이미지 최적화하기
GitHub Actions를 활용한 CI/CD 파이프라인 구축
AWS 설정 정보
주요 변경사항
스크린샷
.env
Spring Configuration
SPRING_PROFILES_ACTIVE=prod
Application Configuration
STORAGE_TYPE=s3
AWS_S3_ACCESS_KEY=
AWS_S3_SECRET_KEY=
AWS_S3_REGION=ap-northeast-2
AWS_S3_BUCKET=discodeit-waicat
AWS_S3_PRESIGNED_URL_EXPIRATION=600
DataSource Configuration
RDS_ENDPOINT=discodeit-db.cze06ukgypsw.ap-northeast-2.rds.amazonaws.com:5432
SPRING_DATASOURCE_URL=jdbc:postgresql://${RDS_ENDPOINT}/discodeit
SPRING_DATASOURCE_USERNAME=discodeit_user
SPRING_DATASOURCE_PASSWORD=discodeit1234
JVM Configuration (프리티어 고려)
JVM_OPTS=-Xmx384m -Xms256m -XX:MaxMetaspaceSize=256m -XX:+UseSerialGC
파일 첨부가 안돼 코드로 올리겠습니다
멘토에게