Read Policy to SQS

0

In the examples of SQS Policy https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-basic-examples-of-sqs-policies.html

I understand that I can set who is allowed to send messages to the SQS

But how can I configure the policy to set who is allowed to read the SQS ?

1 Answer
2

Same way, just using sqs:ReceiveMessage action.

You can also grant sqs:ReceiveMessage to IAM Role/User/other actor - as long as there is no explicit Deny, either way will work.

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions