AWS Certified SysOps Administrator – Associate (legacy) — Question 146
A user is using the AWS SQS to decouple the services. Which of the below mentioned operations is not supported by SQS?
Answer options
- A. SendMessageBatch
- B. DeleteMessageBatch
- C. CreateQueue
- D. DeleteMessageQueue
Correct answer: D
Explanation
The correct answer is D, as SQS does not support the operation to delete an entire queue using a command called DeleteMessageQueue. The other options, such as SendMessageBatch, DeleteMessageBatch, and CreateQueue, are all valid operations that SQS supports.