diff --git a/README.md b/README.md index 2af53ce..0c708e7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The following environment variables may be used to configure the service: ## IAM Policy -The following is the minimum AWS IAM policy to grant the necessary permissions to this service. Replace `` with the AWS region (e.g. `us-east-1`, `` with the AWS account ID, and `` with the verified SES domain (e.g. `test.gcn.nasa.gov`.)) +The following is the minimum AWS IAM policy to grant the necessary permissions to this service. Replace `` with the AWS region (e.g. `us-east-1`), `` with the AWS account ID, `` with the verified SES domain (e.g. `test.gcn.nasa.gov`), and `` with the SES configuration set. ```json { @@ -25,7 +25,10 @@ The following is the minimum AWS IAM policy to grant the necessary permissions t "ses:SendEmail", "ses:SendRawEmail" ], - "Resource": "arn:aws:ses:::identity/", + "Resource": [ + "arn:aws:ses:::identity/", + "arn:aws:ses:::configuration-set/" + ], "Effect": "Allow" }, {