커뮤니티
포인트
로딩중
쿠폰
내 강의실
국비 신청 내역
수강권
증명서
숙제 피드백
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
보안자격증명 eb init
웹개발 종합반 v8
5주차
북마크
남*영
댓글
3
추천
0
조회수
39
조회수
39
답변 완료

* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.

* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.


어제 실행하고 AWS 애플리케이션에 안 나와서 팬명록을 아예 처음부터 만들고 있습니다. 키까지 재생성..(근데 알고보니 어제는 만들어졌는데 위치가 버지니아로 돼있어 몰랐음,,ㅜㅜ)

패키지(pip install awsebcli)까지 설치하고 보안자격증명(eb init)설치 중에 강의와 달라서 해결방법을 모르겠습니다...



스파르타 즉문즉답




(venv) 

민영@DESKTOP-NPTMQED MINGW64 ~/Desktop/sparta/projects/05.fan

$ cd deploy

(venv) 

민영@DESKTOP-NPTMQED MINGW64 ~/Desktop/sparta/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)

Collecting python-dateutil<3.0.0,>=2.1

 Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)

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 c:\users\민영\desktop\sparta\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)

Collecting six<1.15.0,>=1.11.0

 Using cached six-1.14.0-py2.py3-none-any.whl (10 kB)

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)

Collecting urllib3>=1.26.5

 Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB)

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)

Requirement already satisfied: certifi>=2017.4.17 in c:\users\민영\desktop\sparta\projects\05.fan\venv\lib\site-packages (from requests<=2.26,>=2.20.1->awsebcli) (2022.12.7)

Collecting charset-normalizer~=2.0.0; python_version >= "3"

 Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB)

Collecting idna<4,>=2.5; python_version >= "3"

 Using cached idna-3.4-py3-none-any.whl (61 kB)

Collecting pywin32>=223

 Using cached pywin32-305-cp38-cp38-win_amd64.whl (12.3 MB)

Using legacy 'setup.py install' for awsebcli, since package 'wheel' is not installed.

Using legacy 'setup.py install' for cement, since package 'wheel' is not installed.Using legacy 'setup.py install' for termcolor, since package 'wheel' is not installed.

Installing collected packages: six, python-dateutil, urllib3, jmespath, botocore, cement, colorama, pathspec, charset-normalizer, idna, requests, semantic-version, termcolor, wcwidth, PyYAML, pywin32, pypiwin32, awsebcli

  Running setup.py install for cement ... done

(venv) 

민영@DESKTOP-NPTMQED MINGW64 ~/Desktop/sparta/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


ERROR: The current user does not have the correct permissions. Reason: Operation Denied. The security token included in the request is invalid.

ERROR: The current user does not have the correct permissions. Reason: Operation Denied. The security token included in the request is invalid.

You have not yet set up your credentials or your credentials are incorrect

You must provide your credentials.

(aws-access-id): AKIA3D6YRN5VDOQ7NO5X

(aws-secret-key): ZS1I3wj6ficTV+Sn98uEM+bjQE1+23DefBh3h6PE


Select an application to use

1) deploy

2) [ Create new Application ]

(default is 1): 1


Cannot setup CodeCommit because there is no Source Control setup, continuing with initialization

(venv)

민영@DESKTOP-NPTMQED MINGW64 ~/Desktop/sparta/projects/05.fan/deploy

$





취소
 공유
취소
댓글 0
댓글 알림
나의얼굴