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.
PR 타입
구현한 기능
테스트 결과
권한문제로 elastic beanstalk에서 배포가 안됨. - HTTP 5xx 에러가 발생
/var/log 디렉토리에서 로그 디렉토리를 생성하려면 root 권한이 필요하다. Elastic Beanstalk 환경은 애플리케이션 사용자(webapp 등)로 실행되며, 디렉토리 생성 및 소유권 변경 작업이 실패할 수 있다고 한다.
(mkdir 또는 chown 작업이 실패하면 애플리케이션이 제대로 실행되지 않아 HTTP 5xx 에러가 발생할 수 있음)
일정