From 071bc3978dee0be6d48c389394eb719e429c3934 Mon Sep 17 00:00:00 2001 From: shaimoria Date: Sun, 23 Feb 2020 13:35:14 +0200 Subject: [PATCH] add readme notes for IAM roles --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0727529..02d4bc5 100644 --- a/README.md +++ b/README.md @@ -72,4 +72,4 @@ More information about the usage and installation of golang plugins can be found 2) Shared credentials file. - 3) If your application is running on an Amazon EC2 instance, IAM role for Amazon EC2. + 3) If your application is running on an Amazon EC2 instance, IAM role for Amazon EC2. The IAM role should have full access to your SQS and in addition, it should add the following KMS permissions: `kms:GenerateDataKey*, kms:Get*, kms:Decrypt*`