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回答
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.

回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ