ExamQuestions.com

Register
Login
AWS Certified SysOps Administrator Associate Exam Questions

Amazon

AWS Certified SysOps Administrator Associate

73 / 340

Question 73:

Your team is creating a Lambda function for a microservice application. The Lambda function needs to send messages to an SQS queue. It also fetches messages from the queue and deletes some messages if the messages have incorrect data. Which of the following SQS permissions should the Lambda IAM execution role have? (Select THREE.)

Answer options:

A.sqs:ListQueues
B.sqs:DeleteMessage
C.sqs:ReceiveMessage
D.sqs:ChangeMessageVisibility
E.sqs:PurgeQueue
F.sqs:SendMessage