aws-lambda-managed-instances

Configure AWS Lambda Managed Instances with capacity providers and publish versions.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/AndreKurait/claude-marketplace-test --skill aws-lambda-managed-instances-andrekurait
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-lambda-managed-instances
Source: https://github.com/AndreKurait/claude-marketplace-test/tree/main/skills/specialized-skills/serverless-skills/aws-lambda-managed-instances
Command: npx skills add https://github.com/AndreKurait/claude-marketplace-test --skill aws-lambda-managed-instances-andrekurait

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Solves the challenge of running Lambda workloads with provisioned EC2-backed capacity, enabling predictable performance, improved control over concurrency, and better pricing options for steady workloads.

Core Features & Use Cases

  • Evaluate workload characteristics to determine LMI fit and cost trade-offs.
  • Configure a capacity provider with architecture, instance types, memory ratios, and PerExecutionEnvironmentMaxConcurrency.
  • Migrate to multi-concurrency patterns safely across Python/Node.js/Java/.NET, with guidance on code changes, testing, and rollout.

Quick Start

Configure a basic LMI deployment by selecting an architecture, setting memory and concurrency, creating a capacity provider, and publishing a version to trigger provisioning.

Frequently Asked Questions about aws-lambda-managed-instances

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run AWS Lambda functions on EC2-backed capacity for predictable performance?

Run AWS Lambda functions on EC2-backed capacity by deploying Lambda Managed Instances (LMI), which provide predictable performance, improved concurrency control, and better pricing for steady workloads across multiple Availability Zones.

What is Lambda Managed Instances and when should I use it?

Lambda Managed Instances (LMI) is an AWS deployment configuration that runs Lambda functions on EC2-backed capacity. Use LMI for workloads with steady traffic, predictable scale, and cost-sensitive requirements.

How do I configure a capacity provider for Lambda Managed Instances?

Configure a capacity provider for Lambda Managed Instances by selecting an architecture, defining instance types, setting memory-to-vCPU ratios, configuring PerExecutionEnvironmentMaxConcurrency, and publishing a version to trigger EC2-backed capacity provisioning.

Can I migrate Python, Node.js, Java, and .NET Lambda functions to multi-concurrency patterns?

Yes, you can migrate Python, Node.js, Java, and .NET Lambda workloads to multi-concurrency patterns safely by following guidance on code changes, testing, and rollout provided for Lambda Managed Instances.

Does AWS Lambda Managed Instances work across multiple Availability Zones?

Yes, AWS Lambda Managed Instances supports deployment across multiple Availability Zones, allowing you to maintain steady traffic capacity and predictable scale while optimizing costs for EC2-backed Lambda workloads.

What are the limitations of using Lambda Managed Instances for serverless workloads?

Lambda Managed Instances is not ideal for spiky or unpredictable traffic, as it is designed for steady workloads. It requires configuring capacity providers, instance types, and concurrency settings, adding operational overhead compared to standard serverless Lambda.