Working with Secrets Manager in Python using Boto3
This video covers the most common AWS Secrets Manager 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-secrets-manager-in-python-using-boto3/. 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:17 - Prerequisites 00:36 - What is AWS Secrets Manager? 01:23 - AWS Parameter Store vs. AWS Secrets Manager 03:45 - How to create a secret in AWS Secrets Manager using Boto3? 05:03 - How to list secrets in AWS Secrets Manager using Boto3? 05:24 - How to retrieve a secret value from AWS Secrets Manager using Boto3? 05:49 - How to update an existing secret in AWS Secrets Manager using Boto3? 06:05 - How to delete a secret in AWS Secrets Manager using Boto3? 06:35 - How to restore a deleted secret in AWS Secrets Manager using Boto3?