
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
처음 배포할때까지 오류사항은 즉문즉답에서 검색해서 해결했는데요.. (ACL 권한까지 체크했음)
eb deploy 할 때부터 오류가 납니다 ㅠㅠ
작성한 코드 및 에러 메세지
오류 발생 시, 작성한 코드 전
$ eb deploy myweb
Creating application version archive "app-230429_133314556728".
Uploading: [##################################################] 100% Done...
2023-04-29 04:33:27 INFO Environment update is starting.
2023-04-29 04:33:31 INFO Deploying new version to instance(s).
2023-04-29 04:33:38 ERROR Instance deployment failed to install application dependencies. The deployment failed.
2023-04-29 04:33:38 ERROR Instance deployment failed. For details, see 'eb-engine.log'.
2023-04-29 04:33:41 ERROR [Instance: i-09d8da7abf21ec102] Command failed on instance. Return code: 1 Output: Engine execution has encountered an error..
2023-04-29 04:33:42 INFO Command execution completed on all instances. Summary: [Successful: 0, Failed: 1].
2023-04-29 04:33:42 ERROR Unsuccessful command execution on instance id(s) 'i-09d8da7abf21ec102'. Aborting the operation.
2023-04-29 04:33:42 ERROR Failed to deploy application.
ERROR: ServiceError - Failed to deploy application.체와 에러 메시지를 첨부해 주세요.
Tip 1) </> 아이콘을 눌러 코드박스를 만들어 보세요.
Tip 2) Ctrl+A(맥의 경우 Command+A) 단축키로 코드를 한 번에 선택할 수 있어요!
