DOP-C02 · Question #65
A company has migrated its container-based applications to Amazon EKS and want to establish automated email notifications. The notifications sent to each email address are for specific activities…
The correct answer is A. Enable Amazon CloudWatch Logs to log the EKS components. Create a CloudWatch. Amazon EKS integrates with CloudWatch Logs to provide detailed logs of the state and execution of the services in the cluster. CloudWatch subscription filters can be used to route specific log events from a CloudWatch Logs group to a Lambda function. The Lambda function can…
Question
A company has migrated its container-based applications to Amazon EKS and want to establish automated email notifications. The notifications sent to each email address are for specific activities related to EKS components. The solution will include Amazon SNS topics and an AWS Lambda function to evaluate incoming log events and publish messages to the correct SNS topic. Which logging solution will support these requirements?
Options
- AEnable Amazon CloudWatch Logs to log the EKS components. Create a CloudWatch
- BEnable Amazon CloudWatch Logs to log the EKS components. Create CloudWatch Logs Insights
- CEnable Amazon S3 logging for the EKS components. Configure an Amazon CloudWatch
- DEnable Amazon S3 logging for the EKS components. Configure S3 PUT Object event
How the community answered
(49 responses)- A84% (41)
- B4% (2)
- C10% (5)
- D2% (1)
Explanation
Amazon EKS integrates with CloudWatch Logs to provide detailed logs of the state and execution of the services in the cluster. CloudWatch subscription filters can be used to route specific log events from a CloudWatch Logs group to a Lambda function. The Lambda function can then process the events and publish notifications to the appropriate Amazon SNS topic.
Topics
Community Discussion
No community discussion yet for this question.