Topic 1 Question 515
An AWS Lambda function that handles application requests uses the default Lambda logging mechanism to log the timestamp, processing time, and status of requests.
A developer needs to create Amazon CloudWatch metrics based on the logs. The developer needs to write the metrics to a custom CloudWatch metrics namespace.
Which solution will meet these requirements?
Use Amazon CloudWatch Logs Insights to generate custom metrics from the logs by using CloudWatch embedded metric format (EMF).
Use Amazon CloudWatch RUM to generate custom metrics from the logs by using CloudWatch embedded metric format (EMF).
Use Amazon CloudWatch Logs Insights to generate custom metrics from the logs by using JSON format.
Use the CloudWatch embedded metric format (EMF) for the structure of the log statements to generate custom CloudWatch metrics.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: D
Al formatear las declaraciones de log con el CloudWatch Embedded Metric Format (EMF), CloudWatch extraerá automáticamente los valores y creará métricas personalizadas en el namespace que especifiques, sin necesidad de procesamiento adicional
👍 1italiancloud20252025/02/17
シャッフルモード