Which AWS service or feature is used to send both text and email messages from distributed applications?
Amazon Simple Notification Service (Amazon SNS)
Amazon Simple Email Service (Amazon SES)
Amazon CloudWatch alerts
Amazon Simple Queue Service (Amazon SQS)
Explanations:
Amazon Simple Notification Service (Amazon SNS) is designed for sending notifications, including both text (SMS) and email messages, from distributed applications.
Amazon Simple Email Service (Amazon SES) is focused solely on sending emails and does not support SMS messaging.
Amazon CloudWatch alerts are used for monitoring and alerting on AWS resources but do not directly send messages or notifications.
Amazon Simple Queue Service (Amazon SQS) is a message queuing service that facilitates message passing between distributed applications but does not handle sending notifications like SMS or email.