- Make sure you are authenticated with AWS.
- Make sure your AWS account has access to the KMS key used for Encryption.
- Retrieve and Store Public Key locally from AWS KMS
- Install required packages,
pip3 install -r requirements.txt
- Modify following vars in code,
aws_kms_key_arn = "KMS KEY ARN"
public_key_file_path = "public key pem file path"