반응형 SMALL boto32 AWS Python 연결 - Boto3 문서 보기 AWS EFS의 리스트를 가져오기 위해서 Boto3를 사용하던 도중 문서를 보고 작성하는 방법을 알아야했다. AWS Boto3 공식 문서 https://boto3.amazonaws.com/v1/documentation/api/1.9.42/reference/services/efs.html EFS — Boto 3 Docs 1.9.42 documentation MountTargetId (string) -- [REQUIRED] ID of the mount target whose security groups you want to retrieve. boto3.amazonaws.com import boto3 client = boto3.cleint('efs') efss = client.describe_file_syst.. 2021. 3. 5. AWS Python 연결 - Boto3 AWS의 자산을 Python으로 관리하기 더보기 Windows 10 Visual Studio Code AWS, AWS CLI 1. Python 및 Boto3 설치 Python 설치 https://www.python.org/ Welcome to Python.org The official home of the Python Programming Language www.python.org 1. 위의 python 홈페이지에서 Downloads 👉 Python 3.x.x (최신 버전)으로 다운로드 진행 필요한 라이브러리가 최신 버전을 지원하지 않는 경우 👉 View the full list of donwloads를 통해 낮은 버전으로 다운로드 진행 2. exe 파일 실행 👉 Install Now ❗ Add Pyth.. 2021. 1. 25. 이전 1 다음 반응형 LIST