1. AWS API 라이브러리 boto download 방법 준비 : python2 or 3 설정 완료 1.1. (pip 설치) 사이트에서 get-pip.py 다운 site : https://bootstrap.pypa.io/ 1.2. cmd 창에서 명령어 실행 [명령어] python get-pip.py 설치 완료되면 %python_home%\Scipts 폴더에 pip 확인 가능 1.3. cmd 창에서 명령어 실행 [명령어] pip install boto3 설치 완료되면 %python_home%\Lib\site-packages 폴더에 boto 폴더 확인 가능 2. AWS API 사용 전 인증받아야 함 Before you can begin using Boto3, you should set up authent..