ATo store messages safely between different parts of a system
BTo run code automatically when triggered
CTo host websites and web applications
DTo store large files like videos and images
Step-by-Step Solution
Solution:
Step 1: Understand what SQS does
AWS SQS is designed to hold messages so different parts of a system can communicate safely without losing data.
Step 2: Compare options with SQS purpose
Running code automatically is Lambda's job, hosting websites is for services like S3 or EC2, and storing large files is for S3. Only storing messages fits SQS.
Final Answer:
To store messages safely between different parts of a system -> Option A
Quick Check:
SQS = message storage between system parts [OK]
Quick Trick:SQS holds messages, not code or files [OK]
Common Mistakes:
MISTAKES
Confusing SQS with Lambda or S3
Thinking SQS runs code
Assuming SQS stores large files
Master "SNS and SQS" in AWS
9 interactive learning modes - each teaches the same concept differently