
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
AWS 환경에 들어가서 degraded 라고 표시가 뜨면서 홈페이지에 접속이 되지 않습니다.

ERROR: The current user does not have the correct permissions. Reason: Operation Denied. The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.
ERROR: The current user does not have the correct permissions. Reason: Operation Denied. The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.
You have not yet set up your credentials or your credentials are incorrect
You must provide your credentials.
(aws-access-id): AKIAQH3QTUOW5HVIL3HA
(aws-secret-key): FPY3nT6CJ2++ewjJU2a9wc+Qhm0j68I/x1F1DGKp
Enter Application Name
(default is "deploy"):
Application deploy has been created.
It appears you are using Python. Is this correct?
(Y/n): Y
Select a platform branch.
1) Python 3.8 running on 64bit Amazon Linux 2
2) Python 3.7 running on 64bit Amazon Linux 2
(default is 1):
Cannot setup CodeCommit because there is no Source Control setup, continuing with initialization
Do you want to set up SSH for your instances?
(Y/n): Y
Type a keypair name.
(Default is aws-eb):
Generating public/private rsa key pair.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in C:\Users\user\.ssh\aws-eb
Your public key has been saved in C:\Users\user\.ssh\aws-eb.pub
The key fingerprint is:
SHA256:uPrQMYFLXUj175nfjpMAGUxlpscsxWRQRAtEEFL8PV4 aws-eb
The key's randomart image is:
+---[RSA 3072]----+
| .o=*B*O@ |
| o.o..oX.. |
| o o .++= |
| . . o ++o E |
| . + S o.o |
| . + .oo |
| . o +. . |
| o .oo |
| ... ooo|
+----[SHA256]-----+
WARNING: Uploaded SSH public key for "aws-eb" into EC2 for region ap-northeast-2.
(venv)
user@DESKTOP-CBC5LR7 MINGW64 /c/Users/user/Desktop/sparta/projects/05.fan/deploy
$ eb create myweb
Creating application version archive "app-230122_211507498566".
Uploading deploy/app-230122_211507498566.zip to S3. This may take a while.
Upload Complete.
Environment details for: myweb
Application name: deploy
Region: ap-northeast-2
Deployed Version: app-230122_211507498566
Environment ID: e-ibhhjndubd
Platform: arn:aws:elasticbeanstalk:ap-northeast-2::platform/Python
3.8 running on 64bit Amazon Linux 2/3.4.3
Tier: WebServer-Standard-1.0
CNAME: UNKNOWN
Updated: 2023-01-22 12:15:09.151000+00:00
Printing Status:
2023-01-22 12:15:07 INFO createEnvironment is starting.
2023-01-22 12:15:09 INFO Using elasticbeanstalk-ap-northeast-2-016879166381 as Amazon S3 storage bucket for environment data.
2023-01-22 12:15:35 INFO Created security group named: sg-0df3b17a9f7a2bf1b
2023-01-22 12:15:50 INFO Created load balancer named: awseb-e-i-AWSEBLoa-1HLUMLSM47MK7
2023-01-22 12:15:50 INFO Created security group named: awseb-e-ibhhjndubd-stack-AWSEBSecurityGroup-1XRWNMUIDYORO
2023-01-22 12:15:50 INFO Created Auto Scaling launch configuration named: awseb-e-ibhhjndubd-stack-AWSEBAutoScalingLaunchConfiguration-514ksfPAdnD3
2023-01-22 12:17:10 INFO Created Auto Scaling group named: awseb-e-ibhhjndubd-stack-AWSEBAutoScalingGroup-129A9WXBGA0DK
2023-01-22 12:17:11 INFO Waiting for EC2 instances to launch. This may take a few minutes.
2023-01-22 12:17:11 INFO Created Auto Scaling group policy named: arn:aws:autoscaling:ap-northeast-2:016879166381:scalingPolicy:7f4cd5cc-fb35-42fa-8e55-8e7e2d234b64:autoScalingGroupName/awseb-e-ibhhjndubd-stack-AWSEBAutoScalingGroup-129A9WXBGA0DK:policyName/awseb-e-ibhhjndubd-stack-AWSEBAutoScalingScaleUpPolicy-bN58za1EqHR7
2023-01-22 12:17:11 INFO Created Auto Scaling group policy named: arn:aws:autoscaling:ap-northeast-2:016879166381:scalingPolicy:24d7d4f2-b0c1-41b2-9a63-d6db43e63d3c:autoScalingGroupName/awseb-e-ibhhjndubd-stack-AWSEBAutoScalingGroup-129A9WXBGA0DK:policyName/awseb-e-ibhhjndubd-stack-AWSEBAutoScalingScaleDownPolicy-ZpdxWETyuWhx
2023-01-22 12:17:26 INFO Created CloudWatch alarm named: awseb-e-ibhhjndubd-stack-AWSEBCloudwatchAlarmHigh-15P0O0FH07TX0
2023-01-22 12:17:26 INFO Created CloudWatch alarm named: awseb-e-ibhhjndubd-stack-AWSEBCloudwatchAlarmLow-14ZWTCLS0CI9W
2023-01-22 12:17:34 INFO Instance deployment successfully generated a 'Procfile'.
2023-01-22 12:17:37 INFO Instance deployment completed successfully.
2023-01-22 12:18:40 INFO Successfully launched environment: myweb
터미널에 찍힌 로그입니다.
