AWS Lambda · Pricing Plans

Aws Lambda Plans Pricing

AWS Lambda is pay-as-you-go priced on two axes — number of requests and duration in GB-seconds — with separate rates for x86 and ARM (Graviton2) architectures. Provisioned concurrency and ephemeral storage above 512 MB are billed separately. A perpetual free tier provides 1M requests and 400K GB-seconds per month. Compute Savings Plans offer up to 17% discount.

7 Plans API Commons Plans
View Source
ServerlessFunctionsComputeEvent-Driven

Plans

On-Demand (x86) usage-based

Default pricing for x86_64 Lambda functions.

Requests (request · usage) $0.20 per million USD
Compute (first tier) (GB-second · usage) $0.0000166667 per GB-second USD
On-Demand (ARM / Graviton2) usage-based

Lower-cost ARM-based Graviton2 functions; AWS quotes up to 34% better price-performance vs x86 for equivalent workloads.

Requests (request · usage) $0.20 per million USD
Compute (Graviton2) (GB-second · usage) see Graviton2 row on https://aws.amazon.com/lambda/pricing/ (lower than x86) USD
Provisioned Concurrency usage-based

Pre-warmed execution environments billed continuously while enabled. Used to eliminate cold starts.

Provisioned concurrency (GB-second · usage) $0.0000041667 per GB-second (configured) USD
Compute on provisioned (executions) (GB-second · usage) see provisioned-concurrency execution rate on https://aws.amazon.com/lambda/pricing/ USD
Ephemeral /tmp Storage (above 512 MB) usage-based

Configurable ephemeral storage from 512 MB up to 10,240 MB. First 512 MB free; charged above that.

Ephemeral storage above 512 MB (GB-second · usage) $0.0000000309 per GB-second USD
Data Transfer usage-based

Lambda inherits standard EC2 data-transfer rates for cross-region / internet egress. In-region transfers to S3, DynamoDB, SNS, SQS, Kinesis are free.

Data transfer out (gb · usage) see EC2 data transfer rates on https://aws.amazon.com/ec2/pricing/on-demand/ USD
Compute Savings Plans subscription

Up to 17% discount on Lambda compute (duration + provisioned concurrency) for 1- or 3-year commitment.

Compute Savings Plan discount (month · month) up to 17% discount on compute (1 yr / 3 yr terms) USD
AWS Free Tier (perpetual) freemium

Lambda free tier is perpetual, not 12-month-limited. Applies across both x86 and Graviton2.

Free requests (request · month) 0.00 USD
Free compute (GB-second · month) 0.00 USD

Sources