
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
AWS 셋팅중 에러
작성한 코드 및 에러 메세지
오goldhouse@KIMJIB20200311 MINGW64 /d/[스파르타코딩클럽] 웹개발 종합반/projects/05.fan/deploy
$ pip install awsebcli
Collecting awsebcli
Using cached awsebcli-3.20.5.tar.gz (261 kB)
Collecting botocore<1.29.82,>1.23.41
Using cached botocore-1.29.81-py3-none-any.whl (10.5 MB)
Collecting cement==2.8.2
Using cached cement-2.8.2.tar.gz (165 kB)
Collecting colorama<0.4.4,>=0.2.5
Using cached colorama-0.4.3-py2.py3-none-any.whl (15 kB)
Collecting pathspec==0.10.1
Using cached pathspec-0.10.1-py3-none-any.whl (27 kB)
Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in d:\[스
파르타코딩클럽] 웹개발 종합반\projects\05.fan\venv\lib\site-packages
(from awsebcli) (2.8.2)
Collecting requests<=2.26,>=2.20.1
Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB)
Requirement already satisfied: setuptools>=20.0 in d:\[스파르타코딩클
럽] 웹개발 종합반\projects\05.fan\venv\lib\site-packages (from awsebcli) (49.2.1)
Collecting semantic_version==2.8.5
Using cached semantic_version-2.8.5-py2.py3-none-any.whl (15 kB)
Requirement already satisfied: six<1.15.0,>=1.11.0 in d:\[스파르타코
딩클럽] 웹개발 종합반\projects\05.fan\venv\lib\site-packages (from awsebcli) (1.14.0)
Collecting termcolor==1.1.0
Using cached termcolor-1.1.0.tar.gz (3.9 kB)
Collecting wcwidth<0.2.0,>=0.1.7
Using cached wcwidth-0.1.9-py2.py3-none-any.whl (19 kB)
Collecting PyYAML<5.5,>=5.3.1
Using cached PyYAML-5.4.1-cp38-cp38-win_amd64.whl (213 kB)
Requirement already satisfied: urllib3>=1.26.5 in d:\[스파르타코딩클
럽] 웹개발 종합반\projects\05.fan\venv\lib\site-packages (from awsebcli) (1.26.15)
Collecting pypiwin32==223
Using cached pypiwin32-223-py3-none-any.whl (1.7 kB)
Collecting jmespath<2.0.0,>=0.7.1
Using cached jmespath-1.0.1-py3-none-any.whl (20 kB)
Collecting certifi>=2017.4.17
Using cached certifi-2022.12.7-py3-none-any.whl (155 kB)
Collecting idna<4,>=2.5; python_version >= "3"
Using cached idna-3.4-py3-none-any.whl (61 kB)
Collecting charset-normalizer~=2.0.0; python_version >= "3"
(venv)
goldhouse@KIMJIB20200311 MINGW64 /d/[스파르타코딩클럽] 웹개발 종합반/projects/05.fan/deploy
$ eb init
Select a default region
1) us-east-1 : US East (N. Virginia)
2) us-west-1 : US West (N. California)
3) us-west-2 : US West (Oregon)
4) eu-west-1 : EU (Ireland)
5) eu-central-1 : EU (Frankfurt)
6) ap-south-1 : Asia Pacific (Mumbai)
7) ap-southeast-1 : Asia Pacific (Singapore)
8) ap-southeast-2 : Asia Pacific (Sydney)
9) ap-northeast-1 : Asia Pacific (Tokyo)
10) ap-northeast-2 : Asia Pacific (Seoul)
11) sa-east-1 : South America (Sao Paulo)
12) cn-north-1 : China (Beijing)
13) cn-northwest-1 : China (Ningxia)
14) us-east-2 : US East (Ohio)
15) ca-central-1 : Canada (Central)
16) eu-west-2 : EU (London)
17) eu-west-3 : EU (Paris)
18) eu-north-1 : EU (Stockholm)
19) eu-south-1 : EU (Milano)
20) ap-east-1 : Asia Pacific (Hong Kong)
21) me-south-1 : Middle East (Bahrain)
22) af-south-1 : Africa (Cape Town)
23) ap-southeast-3 : Asia Pacific (Jakarta)
24) ap-northeast-3 : Asia Pacific (Osaka)
(default is 3): 10
You have not yet set up your credentials or your credentials are incorrect
You must provide your credentials.
(venv)
goldhouse@KIMJIB20200311 MINGW64 /d/[스파르타코딩클럽] 웹개발 종합반/projects/05.fan/deploy
$ eb init
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
ERROR: ServiceError - API Call unsuccessful. Status code returned 401(venv)
goldhouse@KIMJIB20200311 MINGW64 /d/[스파르타코딩클럽] 웹개발 종합반/projects/05.fan/deploy
$ eb init
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
ERROR: ServiceError - API Call unsuccessful. Status code returned 401(venv)
goldhouse@KIMJIB20200311 MINGW64 /d/[스파르타코딩클럽] 웹개발 종합반/projects/05.fan/deploy
$
류 발생 시, 작성한 코드 전체와 에러 메시지를 첨부해 주세요.
Tip 1) </> 아이콘을 눌러 코드박스를 만들어 보세요.
Tip 2) Ctrl+A(맥의 경우 Command+A) 단축키로 코드를 한 번에 선택할 수 있어요!
