How much does an idle r5.2xlarge cost on AWS?
An r5.2xlarge billed on-demand and left running around the clock costs about $368/mo at its cheapest listed region (us-east-1). Scheduling it off outside business hours cuts that to roughly $110/mo — a $258/mo saving.
Cheapest on-demand
$0.5040/hr
us-east-1
Running 24/7
$368/mo
730-hour month
Business-hours savings
$258/mo
70% off the 24/7 bill
Price by region
| Region | Hourly (on-demand) | Spot (typical) | ≈ Monthly (24/7) |
|---|---|---|---|
| us-east-1 Cheapest | $0.5040/hr | $0.2016/hr | ≈ $368/mo |
| us-east-2 | $0.5040/hr | $0.1613/hr | ≈ $368/mo |
| us-west-2 | $0.5040/hr | $0.1764/hr | ≈ $368/mo |
| ap-south-1 | $0.5200/hr | $0.2132/hr | ≈ $380/mo |
| eu-west-1 | $0.5640/hr | $0.2707/hr | ≈ $412/mo |
| ap-southeast-2 | $0.6040/hr | $0.2174/hr | ≈ $441/mo |
| eu-central-1 | $0.6080/hr | $0.2371/hr | ≈ $444/mo |
| ap-southeast-1 | $0.6080/hr | $0.2675/hr | ≈ $444/mo |
| ap-northeast-1 | $0.6080/hr | $0.2189/hr | ≈ $444/mo |
| sa-east-1 | $0.8040/hr | $0.1367/hr | ≈ $587/mo |
What a schedule saves
| Schedule | Monthly cost | Savings vs 24/7 |
|---|---|---|
| Running 24/7 | $368/mo | baseline |
| Weekdays only (off on weekends) | $263/mo | -$105/mo (29%) |
| Business hours only (10×5) | $110/mo | -$258/mo (70%) |
Assumes a 730-hour month at on-demand list price. Actual savings depend on when the instance is actually used.
About the r5 family
R5 is AWS's memory-optimized Intel family, built for in-memory caches, real-time analytics, and memory-hungry databases that need more RAM per vCPU than general-purpose instances offer. It's common for staging replicas of production data stores that need enough headroom to load large datasets. Those replicas are usually only queried during active development hours, leaving an expensive, RAM-heavy box idling the rest of the time.
Regional pricing varies: r5.2xlarge runs $0.5040/hr in us-east-1, the cheapest region priced here, versus $0.8040/hr in sa-east-1, the priciest — a 37% spread across regions for the identical instance type.
The next size up in the same family, r5.4xlarge (16 vCPU / 128 GB RAM), costs about $736/mo running 24/7 at its cheapest region — roughly 100% more than r5.2xlarge's ~$368/mo — for 2x the vCPU.
Common questions
How much does an idle r5.2xlarge cost per month?
At the cheapest listed region (us-east-1), an r5.2xlarge costs $0.5040/hr, or about $368/mo if it runs 24/7. That's the on-demand list price — an idle instance costs exactly the same as a busy one, since cloud billing doesn't know the difference.
How much can I save by scheduling it off outside work hours?
Restricting it to business hours only (10×5) saves about $258/mo (70%) versus running 24/7. A lighter schedule — on around the clock on weekdays, off on weekends — still saves about $105/mo (29%).
Why are memory-optimized staging replicas so expensive to leave on?
RAM is the priciest component you can idle: an r5 staging replica holds its dataset in memory whether anyone queries it or not, and billing charges the same for both. Because reloading data after boot takes minutes, teams leave them up "just in case" — a lease with a generous window covers the workday without paying for the empty nights.
Other r5 sizes
Stop paying for idle AWS servers
Idlefy runs a free audit of your fleet, then flips dev servers to stopped-by-default: lease one when you need it, and
when the lease ends it shuts itself off — stop, not terminate, persistent disks intact. Timers are set by your team, never
guessed, and Idlefy only manages instances tagged idlefy=enabled — on AWS that boundary is enforced by the IAM policy itself.
Prices are on-demand list price for Linux instances and exclude storage, network, data transfer, and any negotiated or volume discounts. Actual bills vary by usage and account-level pricing. Prices as of 2026-07-20. Spot figures are indicative — AWS values are derived from AWS's published typical savings vs on-demand for the region; GCP values are the listed Spot price. Spot capacity can be reclaimed by the provider. Stopping preserves EBS and persistent-disk volumes; data on local instance-store or local-SSD drives does not survive a stop.