Skip to content

Monitoring Lambda Managed Instances

LMI publishes CloudWatch metrics so you can watch fleet utilisation, remaining capacity, and per-function execution environment behaviour. Metrics help right-size memory, interpret scaling, and spot concurrency pressure.

For full metric lists, dimensions, and console navigation, use Monitoring Lambda Managed Instances as the product reference.

ScopeWhat it answersExample dimensions (per AWS)
Capacity providerHow hard the managed fleet is working and how much headroom remainsCapacityProviderName, InstanceType
Execution environmentHow a specific function version uses CPU, memory, and concurrency on that fleetCapacityProviderName, FunctionName, Resource

For LMI, the Resource dimension on execution-environment metrics targets function versions — format <FunctionName>:<FunctionVersion> (not aliases-only semantics in the same way).

Metric (names per AWS)Use
CPUUtilization, MemoryUtilizationOverall pressure across instances behind the provider
vCPUAvailable, MemoryAvailableHeadroom still allocatable to environments
vCPUAllocated, MemoryAllocatedWhat is already committed to execution environments

Execution environment (function version) level

Section titled “Execution environment (function version) level”
Metric (names per AWS)Use
ExecutionEnvironmentConcurrencyObserved concurrency (sampled over a window per AWS)
ExecutionEnvironmentConcurrencyLimitCeiling per environment you configured
ExecutionEnvironmentCPUUtilization, ExecutionEnvironmentMemoryUtilizationWhether that version is sized correctly

Per AWS, LMI metrics are published on 5-minute intervals and retained 15 months — plan dashboards and alarms around that granularity.