Working with EC2 instances in Python using Boto3
This video covers the most common Amazon EC2 operations you might need to automate using Python and the Boto 3 library. The entire free 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-ec2-instances-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:16 - Prerequisites 00:36 - What are Amazon EC2 Instances? 01:23 - How to connect to Amazon EC2 using Boto3? 02:31 - How to create the Amazon EC2 instance using Boto3? 04:44 - How to list all Amazon EC2 instances using Boto3? 05:36 - How to filter Amazon EC2 instances by the state? 06:13 - How to filter Amazon EC2 instances by type? 06:28 - How to filter Amazon EC2 instances by AWS tag? 06:49 - How to filter Amazon EC2 instances by the EC2 instance ID?