
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
aws 배포하는 과정에서부터 문제가 발생했습니다. 학습질문 목록에서 저와 비슷한 문제를 겪은 케이스를 확인하였고 해당 질문에서 튜터님이 남겨주신 가이드라인을 따르면서 진행했어요.
다만 마지막 eb create myweb 부분에서 아래 사진과 같이 오류가 발생하였습니다
뭐가 문제인지 짚어주실 수 있을까요?

aws elastic beanstalk 화면


USER@LAPTOP-7SSUPL4Q MINGW64 ~/Desktop/sparta/projects/05.fan/deploy
$ eb create myweb
Creating application version archive "app-230605_151547892212".
Uploading deploy/app-230605_151547892212.zip to S3. This may take a while.
Upload Complete.
Environment details for: myweb
Application name: deploy
Region: ap-northeast-2
Deployed Version: app-230605_151547892212
Environment ID: e-esrg7az26g
Platform: arn:aws:elasticbeanstalk:ap-northeast-2::platform/Python 3.8 running on 64bit Amazon Linux 2/3.5.3
Tier: WebServer-Standard-1.0
CNAME: UNKNOWN
Updated: 2023-06-05 06:15:53.600000+00:00
scaling:ap-northeast-2:378294891507:scalingPolicy:9a0d19b0-d4fb-4781-968e-88244fa8371a:autoScalingGroupName/awseb-e-esrg7az26g-stack-AWSEBAutoScalingGroup-171GMBX249Q5K:policyName/awseb-e-esrg7az26g-stack-AWSEBAutoScalingScaleDownPolicy-RmjZJOG5t65A
2023-06-05 06:17:01 INFO Created CloudWatch alarm named: awseb-e-esrg7az26g-stack-AWSEBCloudwatchAlarmLow-U272JMPKDEY1
2023-06-05 06:17:01 INFO Created CloudWatch alarm named: awseb-e-esrg7az26g-stack-AWSEBCloudwatchAlarmHigh-1QXWSW8AR8PH
2023-06-05 06:18:21 INFO Created load balancer named: arn:aws:elasticloadbalancing:ap-northeast-2:378294891507:loadbalancer/app/awseb-AWSEB-1XWWUO3X49HV/257f4f98d9ae42ee
2023-06-05 06:18:21 INFO Created Load Balancer listener named: arn:aws:elasticloadbalancing:ap-northeast-2:378294891507:listener/app/awseb-AWSEB-1XWWUO3X49HV/257f4f98d9ae42ee/aec9c828335df06c
2023-06-05 06:18:29 ERROR Instance deployment failed to install application dependencies. The deployment failed.
2023-06-05 06:18:29 ERROR Instance deployment failed. For details, see 'eb-engine.log'.
2023-06-05 06:18:32 ERROR [Instance: i-056247d3c91a0b7a6] Command failed on instance. Return code: 1 Output: Engine execution has encountered an error..
2023-06-05 06:18:32 INFO Command execution completed on all instances. Summary: [Successful: 0, Failed: 1].
2023-06-05 06:19:35 ERROR Create environment operation is complete, but with errors. For more information, see troubleshooting documentation.
ERROR: ServiceError - Create environment operation is complete, but with errors. For more information, see troubleshooting documentation.
(venv)
터미널 내용
