總結

Python 中的 AWS Boto 入門

Maksim Pecherskiy

Data Engineer

AWS 服務

休息

Python 中的 AWS Boto 入門

Boto3

s3 = boto3.client('s3', 
    region_name='us-east-1', 
    aws_access_key_id=AWS_KEY_ID,      
    aws_secret_access_key=AWS_SECRET)
buckets = s3.list_buckets()

Boto3

Python 中的 AWS Boto 入門

IAM

IAM

Python 中的 AWS Boto 入門

S3

S3

S3

Python 中的 AWS Boto 入門

SNS

SNS

Python 中的 AWS Boto 入門

Rekognition

Rekognition

Rekognition

Python 中的 AWS Boto 入門

AWS Translate

AWS Translate

Python 中的 AWS Boto 入門

Comprehend

AWS Comprehend

Python 中的 AWS Boto 入門

善用文件!

BOTO 文件

Python 中的 AWS Boto 入門

其他 AWS 服務

RDS

Lambda

EC2

Textract

Python 中的 AWS Boto 入門

感謝收看!

Maksim 與 Sam

Python 中的 AWS Boto 入門

雲端再見!

Python 中的 AWS Boto 入門

Preparing Video For Download...