Skip to main content

AI & assistant-friendly summary

This section provides structured content for AI assistants and search engines. You can cite or summarize it when referencing this page.

Summary

EC2 On-Demand is not one price — it is a matrix of family, size, OS, tenancy, and region. In us-east-1 (June 2026), a m7g.large Linux instance runs $0.0816/hr while a GPU g5.xlarge is $1.006/hr. Most bill surprises come from wrong family choice, not wrong size.

Key Facts

  • EC2 On-Demand is not one price — it is a matrix of family, size, OS, tenancy, and region
  • In us-east-1 (June 2026), a m7g
  • large Linux instance runs $0
  • 0816/hr while a GPU g5
  • xlarge is $1

Entity Definitions

EC2
EC2 is an AWS service discussed in this article.
Amazon EC2
Amazon EC2 is an AWS service discussed in this article.
CloudWatch
CloudWatch is an AWS service discussed in this article.

Amazon EC2 On-Demand Pricing: Instance Families, Regional Multipliers, and the Graviton Crossover (2026)

Quick summary: EC2 On-Demand is not one price — it is a matrix of family, size, OS, tenancy, and region. In us-east-1 (June 2026), a m7g.large Linux instance runs $0.0816/hr while a GPU g5.xlarge is $1.006/hr. Most bill surprises come from wrong family choice, not wrong size.

Key Takeaways

  • EC2 On-Demand is not one price — it is a matrix of family, size, OS, tenancy, and region
  • In us-east-1 (June 2026), a m7g
  • large Linux instance runs $0
  • 0816/hr while a GPU g5
  • xlarge is $1
Amazon EC2 On-Demand Pricing: Instance Families, Regional Multipliers, and the Graviton Crossover (2026)
Table of Contents

On June 17, 2026, AWS lists more than 750 EC2 instance SKUs across general-purpose, compute-optimized, memory-optimized, storage-optimized, and accelerated families. The On-Demand rate card is the baseline every Savings Plan and Reserved Instance discount is measured against — and the line item most teams oversize because they copy the instance type from a three-year-old architecture diagram.

Amazon EC2 On-Demand pricing bills per instance-second (60-second minimum) by family, size, OS, and region. In us-east-1 (June 2026), Linux m7g.large is $0.0816/hr. Most waste is wrong family — not wrong discount instrument.

Engagement shape

A logistics SaaS (~$38k/mo AWS, 120 EC2 instances across dev/staging/prod) ran primarily on m5.xlarge because that was the 2022 default. Compute Optimizer (32-day lookback, June 2026) recommended m7g.large for 68% of instances — same memory, half the vCPU headroom still above p95 CPU. Modeled savings: $4,100/mo On-Demand before any Savings Plan. Migration took two sprint cycles; one legacy PDF renderer stayed on x86.

The five billing dimensions

EC2 On-Demand — us-east-1, June 2026

Prices in us-east-1

Instance hour

Unit price
Family-dependent
Example workload

Windows license

Unit price
+~40–60%
Example workload

Dedicated tenancy

Unit price
Per-host surcharge
Example workload

Regional multiplier

Unit price
0.85×–1.25×
Example workload

EBS + transfer

Unit price
Separate lines
Example workload

Family selection beats size selection

We recommend family first, size second: pick m vs c vs r from workload shape (balanced vs CPU-heavy vs memory-heavy), then right-size within the family using Compute Optimizer or CloudWatch p95 CPU/memory over 14 days.

MistakeTypical cost impact
GPU family for CPU-only API5–10× hourly rate
r family for stateless API30–50% overspend
x86 when arm64-compatible20–40% missed savings
Single-AZ oversized staging100% waste on idle hours

If you only do one thing this week

Export Compute Optimizer EC2 rightsizing recommendations for your top 10 instances by spend. For any recommendation with <5% performance risk and >$200/mo savings, schedule a change window — start with non-production accounts.

Reproducible artifact: model hourly rates in our EC2 pricing calculator and compare On-Demand vs Spot vs 1-year Reserved for your target instance type.

PP
Palaniappan P

AWS Cloud Architect & AI Expert

AWS-certified cloud architect and AI expert with deep expertise in cloud migrations, cost optimization, and generative AI on AWS.

AWS ArchitectureCloud MigrationGenAI on AWSCost OptimizationDevOps

Recommended Reading

Explore All Articles »
8 min

Reserved Instances vs Savings Plans on AWS (2026): The Three-Way Choice, the 22-Month Break-Even, and When to Skip Commitment Entirely

Most "RI vs Savings Plan" content treats them as peers. In mid-2026 they are not. A 3-year All-Upfront Compute Savings Plan saves a composite ~$60k/mo SaaS roughly $864k over 3 years vs a 1-year No-Upfront plan—but breaks even at ~22 months and locks instance-family flexibility. Buy the wrong commitment and a Graviton migration strands the discount. Here is the decision tree we use.