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 réponse
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.

répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions