Wrap up

Introducción a AWS Boto en Python

Maksim Pecherskiy

Data Engineer

AWS Services

Rest

Introducción a AWS Boto en Python

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

Introducción a AWS Boto en Python

IAM

IAM

Introducción a AWS Boto en Python

S3

S3

S3

Introducción a AWS Boto en Python

SNS

SNS

Introducción a AWS Boto en Python

Rekognition

Rekognition

Rekognition

Introducción a AWS Boto en Python

AWS Translate

AWS Translate

Introducción a AWS Boto en Python

Comprehend

AWS Comprehend

Introducción a AWS Boto en Python

Use the Docs!

BOTO DOCUMENTATION

Introducción a AWS Boto en Python

Other AWS Services

RDS

Lambda

EC2

Textract

Introducción a AWS Boto en Python

Thank you!

Maksim and Sam

Introducción a AWS Boto en Python

See you in the clouds!

Introducción a AWS Boto en Python

Preparing Video For Download...