Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified DevOps Engineer - Professional DOP-C02 All Questions

View all questions & answers for the AWS Certified DevOps Engineer - Professional DOP-C02 exam

Exam AWS Certified DevOps Engineer - Professional DOP-C02 topic 1 question 300 discussion

A DevOps engineer deploys an application to a fleet of Amazon Linux EC2 instances. The DevOps engineer needs to monitor system metrics across the fleet. The DevOps engineer wants to monitor the relationship between network traffic and memory utilization for the application code. The DevOps engineer wants to track the data on a 60 second interval.

Which solution will meet these requirements?

  • A. Use Amazon CloudWatch basic monitoring to collect the NetworkIn metric and the MemoryBytesUsed metric. Graph the metrics in CloudWatch.
  • B. Use Amazon CloudWatch detailed monitoring to collect the NetworkIn metric and the MemoryBytesUsed metric. Graph the metrics in CloudWatch.
  • C. Use Amazon CloudWatch detailed monitoring to collect the NetworkIn metric. Install the CloudWatch agent on the EC2 instances to collect the mem_used metric. Graph the metrics in CloudWatch.
  • D. Use Amazon CloudWatch basic monitoring to collect the built-in NetworkIn metric. Install the CloudWatch agent on the EC2 instances to collect the mem_used metric. Graph the metrics in CloudWatch.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
f4b18ba
1 week ago
Answer: C Detailed Monitoring for High Resolution: Detailed monitoring provides metrics at a 1-minute frequency, which meets the requirement of tracking data on a 60-second interval. Basic monitoring only provides 5-minute data. NetworkIn Metric: The NetworkIn metric is a standard metric available through detailed monitoring, providing insights into incoming network traffic. CloudWatch Agent for Memory Utilization: While MemoryBytesUsed is available with basic monitoring, the CloudWatch agent allows you to collect more specific memory metrics like mem_used, which might be more relevant for analyzing application code memory usage. This provides greater flexibility and granularity in monitoring memory. Correlating Metrics: By collecting both NetworkIn and mem_used in CloudWatch, you can graph and analyze them together to understand the relationship between network traffic and memory utilization for your application.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...