AWS Database Monitoring and Notification Services | SAA-C03 Exam Prep

Monitor and Notify Database Metrics on AWS | SAA-C03 Exam Prep

Prev Question Next Question

Question

There is an urgent requirement to monitor some database metrics for a database hosted on AWS and send notifications.

Which AWS services can accomplish this? (Select TWO.)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E.

Correct Answer - B and E.

Amazon CloudWatch will be used to monitor the IOPS metrics from the RDS Instance.

Amazon Simple Notification Service will be used to send the notification if an alarm is triggered.

For more information on CloudWatch and SNS, please visit the URLs below:

https://aws.amazon.com/cloudwatch/ https://aws.amazon.com/sns/

The correct answers for this question are B. Amazon CloudWatch and E. Amazon Simple Notification Service (SNS).

Here's a detailed explanation for each option:

A. Amazon Simple Email Service (SES): Amazon SES is an email service that allows you to send and receive emails using your own email addresses and domains. It is not directly related to database monitoring and notifications.

B. Amazon CloudWatch: Amazon CloudWatch is a monitoring service that allows you to collect and track metrics, collect and monitor log files, and set alarms. With CloudWatch, you can monitor your AWS resources, including Amazon RDS databases, and set up alarms to notify you of specific events. You can also use CloudWatch to monitor custom metrics and integrate with other AWS services for more detailed monitoring.

C. Amazon Simple Queue Service (SQS): Amazon SQS is a managed message queue service that enables you to decouple and scale microservices, distributed systems, and serverless applications. It is not directly related to database monitoring and notifications.

D. Amazon Route 53: Amazon Route 53 is a highly available and scalable DNS service that allows you to route internet traffic to your AWS resources. It is not directly related to database monitoring and notifications.

E. Amazon Simple Notification Service (SNS): Amazon SNS is a messaging service that allows you to send notifications and messages to multiple recipients or subscribers. With SNS, you can create topics and publish messages to those topics, and subscribers can receive notifications through various supported protocols, such as email, SMS, HTTP, and more. You can use SNS to send notifications for specific events or alarms triggered by CloudWatch.

Therefore, B. Amazon CloudWatch and E. Amazon Simple Notification Service (SNS) are the AWS services that can accomplish database monitoring and notifications.