Fix invalid AWS policy
parent
98ea872be5
commit
c1ba1c2496
|
@ -129,7 +129,7 @@ As AWS documentation recommends, the below policy is granting only the permissio
|
|||
"s3:ListBucket",
|
||||
"sqs:GetQueueAttributes",
|
||||
"sqs:ListQueueTags",
|
||||
"sqs:ListQueues"
|
||||
"sqs:ListQueues",
|
||||
"sns:ListTopics",
|
||||
"sns:GetTopicAttributes",
|
||||
"sns:ListTagsForResource",
|
||||
|
|
Loading…
Reference in New Issue