Ultimate access to all questions.
A user has both an IAM policy and an Amazon SQS policy associated with their account. The IAM policy grants the user permission to perform the ReceiveMessage action on a queue named example_queue. Meanwhile, the Amazon SQS policy permits the user to execute the SendMessage action on the same queue.
Given the permissions provided by these policies, which of the following statements are correct? (Select two)
Explanation:
The user can send a ReceiveMessage request to example_queue, the IAM policy allows this action
The user has both an IAM policy and an Amazon SQS policy that apply to his account. The IAM policy grants his account permission for the ReceiveMessage action on example_queue, whereas the Amazon SQS policy gives his account permission for the SendMessage action on the same queue.