Topic 1 Question 615
A company runs a critical, customer-facing application on Amazon Elastic Kubernetes Service (Amazon EKS). The application has a microservices architecture. The company needs to implement a solution that collects, aggregates, and summarizes metrics and logs from the application in a centralized location.
Which solution meets these requirements?
Run the Amazon CloudWatch agent in the existing EKS cluster. View the metrics and logs in the CloudWatch console.
Run AWS App Mesh in the existing EKS cluster. View the metrics and logs in the App Mesh console.
Configure AWS CloudTrail to capture data events. Query CloudTrail by using Amazon OpenSearch Service.
Configure Amazon CloudWatch Container Insights in the existing EKS cluster. View the metrics and logs in the CloudWatch console.
ユーザの投票
コメント(13)
- 正解だと思う選択肢: D
Use CloudWatch Container Insights to collect, aggregate, and summarize metrics and logs from your containerized applications and microservices. Container Insights is available for Amazon Elastic Container Service (Amazon ECS), Amazon Elastic Kubernetes Service (Amazon EKS), and Kubernetes platforms on Amazon EC2. Container Insights supports collecting metrics from clusters deployed on AWS Fargate for both Amazon ECS and Amazon EKS.
👍 3potomac2023/11/06 D
Amazon CloudWatch Application Insights facilitates observability for your applications and underlying AWS resources. It helps you set up the best monitors for your application resources to continuously analyze data for signs of problems with your applications.
👍 2ErnShm2023/09/23- 正解だと思う選択肢: D
The key reasons are:
CloudWatch Container Insights automatically collects metrics and logs from containers running in EKS clusters. This provides visibility into resource utilization, application performance, and microservice interactions. The metrics and logs are stored in CloudWatch Logs and CloudWatch metrics for central access. The CloudWatch console allows querying, filtering, and visualizing the metrics and logs in one centralized place.
👍 2Guru4Cloud2023/09/23
シャッフルモード