Changelog

Follow new updates and improvements to cloudprice.

January 26th, 2026

You can now easily switch between dark and light themes. Just click the button in the top-right corner.

January 25th, 2026

We've added detailed region pages for AWS, Azure, and GCP β€” all in one place.

Region Overview Pages Browse all available regions for each cloud provider with pricing statistics, availability data, and quick comparisons.

Detailed Region Pages Dive deep into any region to see:

  • Interactive map with exact location

  • Region metadata (code, display name, geography, coordinates)

  • Pricing summary with rank vs other regions

  • Availability zones (AWS) / zone info

  • Service & VM availability in the region

  • Nearest regions from the same provider

  • Cross-cloud alternatives (nearest AWS, Azure, and GCP regions)

  • Real-time health status

Check it out:

January 18th, 2026

  • Chili Central, the cheapest region in South America

  • Austria East, It is placed roughly on par with other Western and Central European regions, likely intended for GDPR-sensitive or government customers.

  • Belgium Central, Average price at the same level as Austria East.

  • Malaysia West, could be a good replacement, being about 10% cheaper than the Singapore (Southeast Asia) region and located nearby.

January 11th, 2026

Pricing for Red Hat Enterprise, Red Hat Enterprise with HA, Ubuntu Pro, and SUSE Linux with Support has been added to the website, API, and batch exports as additional attributes.

November 16th, 2025

We added price comparison across cloud providers when viewing similar instances in other providers, based on the nearest region. We also take currency exchange rates into account, since Azure uses a semi-fixed exchange rate.

In the example above, Standard_ND96isr_H100_v5 has an alternative - p5-48xlarge which is 44% cheaper on AWS in nearly the same geographic location (us-east-1). With a same amount 8x H100 GPUs and GPU memory.

All API endpoints now include a cloudProvider parameter and return extended data - for example, from /aws/ec2/instances/{instance_type}/similar available here.

{
  "Status": "ok",
  "ExecutionTimeMilliseconds": 121,
  "Data": {
    "Currency": "USD",
    "Region": "us-east-1",
    "Tenancy": "Shared",
    "OperatingSystem": "Linux",
    "PreInstalledSoftware": "",
    "BringYourOwnLicense": false,
    "PaymentType": "OnDemand",
    "CloudProvider": "Azure",
    "SourceInstance": {
      "InstanceType": "c5ad.4xlarge",
      "Processor": "AMD EPYC 7R32 @ 3.3 GHz",
      "ProcessorArchitecture": "x86_64",
      "ProcessorVCPUCount": 16,
      "MemorySizeInMB": 32768,
      "GPUName": null,
      "GPUCount": 0,
      "GPUTotalMemoryInMB": null
    },
    "SourcePrice": 0.688,
    "Items": [
      {
        "InstanceType": "Standard_D16lds_v5",
        "MemorySizeInMB": 32768,
        "ProcessorVCPUCount": 16,
        "Processor": "",
        "ProcessorArchitecture": "x64",
        "GPUName": "",
        "PriceDiff": 11.627906976744198,
        "TargetPrice": 0.768,
        "TargetRegion": "eastus",
        "TargetRegionLocation": "East US",
        "TargetDistance": 275.61
      },

October 27th, 2025

We’ve added new services for AWS:
- SageMaker instances
- ElastiCache instances

Similar to other services, you can now compare instances for these services across regions, against each other, analyze various discount plans, and quickly check their specifications.

October 11th, 2025

We’ve added new services for AWS:
- OpenSearch instances
- Redshift instances

Similar to other services, you can now compare instances for these services across regions, against each other, analyze various discount plans, and quickly check their specifications.

May 25th, 2025

I’ve added sorting and grouping by geography based on average price per region. This makes it easier to find the next cheapest region within the same geography β€” for example, within America or Europe.

May 18th, 2025

A few updates we've worked on over the past month that may not be immediately visible from the outside:

  • With the growing volume of data and increasing number of users, we’ve upgraded our database capacity and moved to new ARM-based instances (V6 generation) which are performing great so far. This should improve both speed and reliability.

  • We've migrated https://developer.cloudprice.net to a new version with a more streamlined and intuitive UI.

  • We also fixed an annoying issue where browsers would sometimes request a certificate popup, even though it was optional.

May 10th, 2025