Last active
May 3, 2024 16:21
-
-
Save msambol/913628a5ff6f960c047982e105f9de4b to your computer and use it in GitHub Desktop.
Reduce AWS Lambda Cost by Monitoring Memory Utilization
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function_name | log_group_name | architecture | provisioned_memory_mb | min_memory_used_mb | avg_memory_used_mb | max_memory_used_mb | over_provisioned_memory_mb | avg_billed_duration_ms | invocations | potential_savings | metric_collection_date | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
lambda-log-group-loader | /aws/lambda/lambda-log-group-loader | arm64 | 128 | 76 | 80.0 | 82 | 0 | 3779.6382 | 47 | 0.0 | 2024-04-23 | |
lambda-log-group-worker | /aws/lambda/lambda-log-group-worker | arm64 | 128 | 63 | 79.75 | 83 | 0 | 4463.8574 | 624 | 0.0 | 2024-04-23 | |
LotsOfMemory | /aws/lambda/LotsOfMemory | x86_64 | 10240 | 35 | 35.6 | 36 | 10112 | 2.0 | 5 | 1.685336704E-6 | 2024-04-23 | |
LotsOfMemoryLongRuntime | /aws/lambda/LotsOfMemoryLongRuntime | x86_64 | 10240 | 35 | 35.0 | 35 | 10112 | 870003.0 | 1 | 0.14662479884901122 | 2024-04-23 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment