Exam: AWS Certified Cloud Practitioner 0 Likes
Which AWS service or feature is used to send both text and email (CLF-C02)
Which AWS service or feature is used to send both text and email messages from distributed applications?
A. Amazon Simple Notification Service (Amazon SNS)
B. Amazon Simple Email Service (Amazon SES)
C. Amazon CloudWatch alerts
D. Amazon Simple Queue Service (Amazon SQS)
Solution
Correct answer: A. Amazon Simple Notification Service (Amazon SNS).
Amazon SNS is a messaging service that allows distributed applications to send messages to multiple recipients, including both text messages (SMS) and email messages. It supports multiple messaging protocols and can be used to send notifications to users, trigger workflows, and fan out messages to multiple recipients.
Amazon SES is primarily used for sending and receiving email, while Amazon CloudWatch alerts are used for monitoring and alerting on AWS resources, and Amazon SQS is a message queue service used for decoupling and scaling distributed applications.
Category: Basic AWS services