Working with Amazon CloudWatch in Python using Boto3
This video how to manage CloudWatch logs, metrics, alarms, and dashboards in Python using the Boto3 library. The entire 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-cloudwatch-in-python-using-boto3/. This video has been created using Synthesia: https://hands-on.cloud/recommends/synthesia-io/. Boto3 documentation for Amazon CloudWatch (Logs): https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/logs.html Boto3 documentation for Amazon CloudWatch (Events, Alarms): https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/cloudwatch.html Boto3 documentation for Amazon EverntBridge: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/events.html 00:00 - Intro 00:16 - Prerequisites 00:34 - What is Amazon CloudWatch? 02:46 - How to connect to Amazon CloudWatch Logs using Boto3? 03:13 - How to create a CloudWatch Log Group? 03:53 - How to list Amazon CloudWatch Log Groups using Boto3?