Skip to content

Unexpected usage of Amazon Simple Queue Service

0

Enter image description here

I want to know which SQS service is making more request. I tried with cloud watch but I am unable to identify which SQS service making high request. What are the reason for high request usage. Why it goes over 1,000,000 Requests.

asked 2 years ago284 views
2 Answers
0

Can you provide what should I look for in cloud trail in event history? How do I identify that which request is high. Can you guide me step by step as I am beginer

answered 2 years ago
0

You should look at CloudTrail to determine who/what is calling SQS.

My guess is that you have some Lambda functions that have SQS triggers and the Lambda service is polling SQS on behalf of those functions.

[Adding]: You will probably need to enable data event logging for SQS: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-logging-using-cloudtrail.html

AWS
EXPERT
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.