Manage Encryption Keys
Overview
1 - Set Up AWS Credentials
1.1 - Create an IAM Policy
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"kms:Decrypt",
"kms:Encrypt"
],
"Resource": [
"{AWS KMS Key ARN}"
],
"Effect": "Allow"
}
]
}1.2 Set Up an IAM Role
2 - Configure AWS KMS on the App Settings Page
Adding Credentials in the KMS Configuration (not recommended)
Optional: Define Rollover Schedule
Last updated
Was this helpful?

