How does CloudWatch Logs handle log retention?
- Based on retention policies set by the user
- Logs are archived externally
- Logs are deleted immediately
- Logs are retained indefinitely
CloudWatch Logs allows users to define retention policies specifying how long log data should be retained, after which it is automatically deleted or archived.
Loading...
Related Quiz
- Scenario: Your application requires bursty traffic handling, with occasional spikes in concurrent executions. How would you configure AWS Lambda to handle this effectively?
- What AWS service is commonly used for storing and analyzing custom metrics?
- What happens when multiple requests are received simultaneously by an AWS Lambda function?
- Which AWS service can be leveraged to reduce cold start times in AWS Lambda?
- Scenario: You need to create a serverless API that triggers AWS Lambda functions based on HTTP requests. Which AWS service would you use to manage the API endpoints and integrate with AWS Lambda?