Working with AMIs in Python using Boto3

7K views Oct 30, 2022

hands-on.cloud

This video covers the most common AMI operations that you might need to automate your AMI operations using Python and the Boto 3 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/. Boto3 documentation for EC2 client: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ec2.html Boto3 documentation for EC2 resources: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ec2.html#service-resource 00:00 - Intro 00:15 - Prerequisites 00:35 - What is Amazon Machine Image (AMI)? 01:27 - How to connect to Amazon EC2 using Boto3? 02:36 - How to create an AMI from the EC2 instance using Boto3? 03:51 - How to list all AWS AMIs using Boto3? 04:15 - How to search/filter for the AMIs using Boto3? 05:04 - How to describe AWS AMI using Boto3? 05:34 - How to deregister (delete) the AMI using Boto3?

#Distance Learning
#Distributed & Cloud Computing
#Programming