Amazon Web Services AWS Certified DevOps Engineer - Professional DOP-C02 Question # 40 Topic 5 Discussion
DOP-C02 Exam Topic 5 Question 40 Discussion:
Question #: 40
Topic #: 5
A company runs an application on Amazon EKS. The company needs comprehensive logging for control plane and nodes, analyze API requests, and monitor container performance with minimal operational overhead.
Which solution meets these requirements?
A.
Enable CloudTrail for control plane logging; deploy Logstash as a ReplicaSet on nodes; use OpenSearch to store and analyze logs.
B.
Enable control plane logging for EKS and send logs to CloudWatch; use CloudWatch Container Insights for node and container logs; use CloudWatch Logs Insights to query logs.
C.
Enable API server control plane logging and send to S3; deploy Kubernetes Event Exporter on nodes; send logs to S3; use Athena and QuickSight for analysis.
D.
Use AWS Distro for OpenTelemetry; stream logs to Firehose; analyze data in Redshift.
EKS supportscontrol plane loggingsent directly to CloudWatch Logs.
CloudWatch Container Insightsprovides metrics and logs collection for nodes and containers automatically with minimal setup.
CloudWatch Logs Insights offers powerful querying and visualization integrated in AWS without managing additional infrastructure.
Options A and C require deploying and managing additional components (Logstash, Event Exporter, S3, Athena).
Option D adds complexity with OpenTelemetry and Redshift, which is more operationally heavy.
[References:, Amazon EKS Control Plane Logging, CloudWatch Container Insights for EKS, , ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit