Wrap up

Introduction to AWS Boto in Python

Maksim Pecherskiy

Data Engineer

AWS Services

Rest

Introduction to AWS Boto in 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

Introduction to AWS Boto in Python

IAM

IAM

Introduction to AWS Boto in Python

S3

S3

S3

Introduction to AWS Boto in Python

SNS

SNS

Introduction to AWS Boto in Python

Rekognition

Rekognition

Rekognition

Introduction to AWS Boto in Python

AWS Translate

AWS Translate

Introduction to AWS Boto in Python

Comprehend

AWS Comprehend

Introduction to AWS Boto in Python

Use the Docs!

BOTO DOCUMENTATION

Introduction to AWS Boto in Python

Other AWS Services

RDS

Lambda

EC2

Textract

Introduction to AWS Boto in Python

Thank you!

Maksim and Sam

Introduction to AWS Boto in Python

See you in the clouds!

Introduction to AWS Boto in Python

Preparing Video For Download...