Today we will use Amazon Web Services SSM Service to store secrets in their Parameter Store which we will encyrpt using KMS. Then we will read the data from SSM and decrypt using our KMS key. We will then end…
SSM
A collection of 2 posts
Using AWS SSM Parameter Store to Retrieve Secrets Encrypted by KMS using Python
AWS Systems Manager Parameter Store provides secure storage for configuration data management and secrets management, which allows you to store sensitive iformation like passwords that you can encrypt with your KMS key. Today we will use Amazon Web Services SSM…