This video describes how to work with EBS Snapshots in Python using the Boto3 library.
The full course content is available for you at: https://hands-on.cloud/quick-introduction-to-python-for-aws-automation-engineers/.
The supporting blog article is available at: https://hands-on.cloud/working-with-snapshots-and-amis-using-boto3-in-python/.
00:00 - Intro
00:14 - Prerequisites
00:32 - What is an EBS volume snapshot?
01:17 - EBS volumes, Snapshots, and AMIs
01:37 - How to connect to Amazon EC2 using Boto3?
02:41 - How to create a Snapshot from an EBS volume using Boto3 (no waiter)?
03:00 - How to create a Snapshot from an EBS volume using Boto3 (with waiter)?
03:22 - Listing all EBS snapshots
03:52 - Filter EBS volume snapshots by Account ID
04:26 - Filter EBS volume snapshots by Volume ID
04:46 - Filter EBS volume snapshots by Tag
05:16 - How to describe the EBS volume snapshot?
06:12 - How to delete EBS volume Snapshot using Boto3?
06:45 - How to create an EBS volume from a Snapshot using Boto3?