__________ is a technique used to reduce the overhead of monitoring in AWS Lambda by sampling data.
- Aggregation
- Profiling
- Sampling
- Streaming
Sampling is a technique used to reduce the overhead of monitoring in AWS Lambda by collecting and analyzing only a subset of data, rather than all data points.
Loading...
Related Quiz
- What are some recommended practices for logging in AWS Lambda?
- How can you export log data from CloudWatch Logs to other AWS services or external destinations?
- When configuring VPC integration for AWS Lambda, you can optionally specify __________ to control outbound internet access.
- What are some common AWS services that automatically publish CloudWatch Metrics?
- Scenario: You are working on a project where you need to deploy a series of AWS Lambda functions along with DynamoDB tables and S3 buckets. Which tool, AWS SAM or the Serverless Framework, would you choose to manage this deployment and why?