Working with AWS Systems Manager Parameter Store in Python using Boto3
This video demonstrates how to use the Boto3 library to manage AWS Systems Manager (AWS SSM) Parameter Store. 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-parameter-store-in-python/. This video has been created using Synthesia: https://hands-on.cloud/recommends/synthesia-io/. Boto3 documentation for AWS SSM Parameter Store: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ssm.html 00:00 - Intro 00:17 - Prerequisites 00:35 - What is AWS Systems Manager (AWS SSM) Parameter Store? 02:25 - How to connect to AWS Systems Manager (AWS SSM) Parameter Store using Boto3? 02:55 - How to create a String parameter in AWS SSM Parameter Store using Boto3? 04:12 - How to create a StringList parameter in AWS SSM Parameter Store using Boto3? 04:29 - How to create a SecureString parameter in AWS SSM Parameter Store using Boto3? 05:04 - How to read a parameter from AWS SSM Parameter Store using Boto3? 05:25 - How to describe a parameter from AWS SSM Parameter Store using Boto3? 05:49 - How to list parameters from AWS SSM Parameter Store using Boto3?