82.8k views
1 vote
The following SQS actions can be tracked with CloudTrail:

A. AddPermission & RemovePermission
B. CreateQueue & DeleteQueue
C. SetQueueAttributes
D. All of the above

1 Answer

1 vote

Final answer:

All the listed SQS actions (AddPermission, RemovePermission, CreateQueue, DeleteQueue, SetQueueAttributes) can be tracked with AWS CloudTrail, thus 'All of the above' is the correct answer.

Step-by-step explanation:

The question relates to the tracking of certain actions for an Amazon Simple Queue Service (SQS) with AWS CloudTrail. AWS CloudTrail is a service that provides a record of actions taken by a user, role, or an AWS service in SQS. Tracking is crucial for security and compliance monitoring of your AWS resources.

Looking at the options provided:

  • AddPermission and RemovePermission: These actions modify the permissions on an SQS queue.
  • CreateQueue and DeleteQueue: These actions are related to the creation and deletion of SQS queues.
  • SetQueueAttributes: This action is used to change the properties of an SQS queue.

All of these actions can be tracked using CloudTrail, making D. All of the above the correct answer. CloudTrail captures API calls for SQS like these actions and more, storing the logs for your review and audit purposes.

User Mangonights
by
7.8k points