exam questions

Exam AWS Certified SysOps Administrator - Associate All Questions

View all questions & answers for the AWS Certified SysOps Administrator - Associate exam

Exam AWS Certified SysOps Administrator - Associate topic 1 question 249 discussion

A company has a critical serverless application that uses multiple AWS Lambda functions. Each Lambda function generates 1 GB of log data daily in its own Amazon CloudWatch Logs log group. The company's security team asks for a count of application errors, grouped by type, across all of the log groups.

What should a SysOps administrator do to meet this requirement?

  • A. Perform a CloudWatch Logs Insights query that uses the stats command and count function.
  • B. Perform a CloudWatch Logs search that uses the groupby keyword and count function.
  • C. Perform an Amazon Athena query that uses the SELECT and GROUP BY keywords.
  • D. Perform an Amazon RDS query that uses the SELECT and GROUP BY keywords.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
fahadadnan
Highly Voted 1 year, 10 months ago
Selected Answer: A
A - https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AnalyzingLogData.html CloudWatch Logs Insights includes a purpose-built query language with a few simple but powerful commands. CloudWatch Logs Insights provides sample queries, command descriptions, query autocompletion, and log field discovery to help you get started. Sample queries are included for several types of AWS service logs.
upvoted 9 times
jipark
1 year, 4 months ago
CloudWatch Insight - "stat" and "count" command support log group
upvoted 1 times
...
...
james2033
Most Recent 10 months ago
Using the console to enable Lambda Insights on an existing Lambda function - https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Lambda-Insights-Getting-Started-console.html Operating Lambda: Using CloudWatch Logs Insights - https://aws.amazon.com/blogs/compute/operating-lambda-using-cloudwatch-logs-insights/
upvoted 2 times
...
rdiaz
1 year, 6 months ago
Selected Answer: A
A https://aws.amazon.com/about-aws/whats-new/2019/07/cloudwatch-logs-insights-adds-cross-log-group-querying/
upvoted 3 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 ...