SOA-C02 · Question #257
A data analytics application is running on an Amazon EC2 instance. A SysOps administrator must add custom dimensions to the metrics collected by the Amazon CloudWatch agent. How can the SysOps…
The correct answer is D. Create an append_dimensions field in the Amazon CloudWatch agent configuration file to collect. In custom metrics, the --dimensions parameter is common. A dimension further clarifies what the metric is and what data it stores. You can have up to 30 dimensions assigned to one metric, and each dimension is defined by a name and value pair…
Question
A data analytics application is running on an Amazon EC2 instance. A SysOps administrator must add custom dimensions to the metrics collected by the Amazon CloudWatch agent. How can the SysOps administrator meet this requirement?
Options
- ACreate a custom shell script to extract the dimensions and collect the metrics using the Amazon
- BCreate an Amazon EventBridge (Amazon CloudWatch Events) rule to evaluate the required
- CCreate an AWS Lambda function to collect the metrics from AWS CloudTrail and send the metrics
- DCreate an append_dimensions field in the Amazon CloudWatch agent configuration file to collect
How the community answered
(22 responses)- A9% (2)
- B5% (1)
- C5% (1)
- D82% (18)
Explanation
In custom metrics, the --dimensions parameter is common. A dimension further clarifies what the metric is and what data it stores. You can have up to 30 dimensions assigned to one metric, and each dimension is defined by a name and value pair. https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/publishingMetrics.html
Topics
Community Discussion
No community discussion yet for this question.