Lab: AWS Secrets Manager
Objective
In this lab, we will learn how to setup secrets and retrieve them using Python and AWS CLI.
We will do the following activities:
- Create a secret in AWS Secrets Manager Service
- Retrieve the secret using AWS CLI
- Retrieve the secret using Boto3 API in Python