Working with AWS EBS volumes in Python using Boto3

preview_player
Показать описание
This video describes how to work with EBS volumes in Python using Boto 3 library.

0:00 - Introduction
0:14 - Prerequisites
0:32 - What is an EBS volume?
1:14 - EBS volumes, Snapshots, and AMIs
1:45 - How to connect to Amazon EC2 using Boto3?
2:48 - Creating an EBS volume using Boto3 client
3:34 - Creating an EBS volume using Boto3 resource
4:11 - How to list all EC2 volumes using Boto3?
4:27 - Filtering EC2 volumes by Tag
4:39 - Filtering EC2 volumes by ID
4:50 - How to delete EC2 volumes using Boto3?
5:10 - How to describe EBS volumes using Boto3?
5:29 - How to attach EBS volume to EC2 instance using Boto3?
6:04 - How to detach EBS volume from an EC2 instance using Boto3?
6:28 - How to increase the size of the EBS volume using Boto3?
Рекомендации по теме