AWS Personal Health Dashboard Notification Process | Exam Answer

AWS Personal Health Dashboard Notification Process

Question

You're a SysOps Administrator for a company.

You need to be notified of any events that occur in the AWS Personal Health Dashboard.

Which of the following can be used for the notification process? Choose 3 answers from the options given below.

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

Correct Answers: A, C and D.

Option B is invalid since this is not available as an event destination.

The AWS Documentation mentions the following.

You can use Amazon CloudWatch Events to detect and react to changes in the status of AWS Personal Health Dashboard (AWS Health) events.

Based on the rules you create, CloudWatch Events invokes one or more target actions when an event matches the values you specify in a rule.

Depending on the type of event, you can send notifications, capture event information, take corrective action, initiate events, or take other actions.

You can select the following types of targets when using CloudWatch Events as a part of your AWS Health workflow:

AWS Lambda functions.

Kinesis streams.

Amazon SQS queues.

Built-in targets (CloudWatch alarm actions)

Amazon SNS topics.

For more information on Cloudwatch events for the Personal Health Dashboard, please visit the below URL-

https://docs.aws.amazon.com/health/latest/ug/cloudwatch-events-health.html

As a SysOps Administrator, you need to be notified of any events that occur in the AWS Personal Health Dashboard to take appropriate actions as quickly as possible. AWS offers several services that can be used for the notification process, including AWS Lambda, AWS EC2, AWS SQS, and AWS SNS.

Out of the given options, the three services that can be used for the notification process are:

A. AWS Lambda: AWS Lambda is a serverless compute service that allows you to run your code without managing servers. You can configure AWS Personal Health Dashboard to trigger a Lambda function whenever a new event occurs. Your Lambda function can then send the notification to the SysOps Administrator via email, SMS, or any other supported channels.

D. AWS SNS: AWS SNS (Simple Notification Service) is a fully managed pub/sub messaging service that allows you to send notifications to subscribers or other AWS services. You can configure AWS Personal Health Dashboard to send notifications to an SNS topic whenever a new event occurs. The SysOps Administrator can then subscribe to the SNS topic and receive the notifications via email, SMS, or any other supported channels.

C. AWS SQS: AWS SQS (Simple Queue Service) is a fully managed message queuing service that enables decoupling and scaling of microservices, distributed systems, and serverless applications. You can configure AWS Personal Health Dashboard to send notifications to an SQS queue whenever a new event occurs. The SysOps Administrator can then poll the queue to receive the notifications and take appropriate actions.

B. AWS EC2: AWS EC2 (Elastic Compute Cloud) is a web service that provides resizable compute capacity in the cloud. While EC2 instances can be used to perform many tasks, including running custom scripts or monitoring tools, they are not the best option for receiving notifications from AWS Personal Health Dashboard.

In summary, AWS Lambda, AWS SNS, and AWS SQS can be used for the notification process when events occur in the AWS Personal Health Dashboard.