Free cloud & LLM pricing tools — AWS EC2 + LLM API Pricing Explorer

VM series naming (D, E, F, B and s/a/p)

Azure size names encode family, vCPU count, features, and generation — e.g. Standard_D4as_v6.

An Azure size name packs several facts. The family letter sets the category: D = general purpose, E = memory optimized, F = compute optimized, B = burstable. The number is the vCPU count. Lowercase feature letters follow: s = premium storage, a = AMD, p = Arm (Cobalt or Ampere), l = lower memory. The _vN suffix is the generation.

So Standard_D4as_v6 is a 4-vCPU, general-purpose, premium-storage, AMD, v6 VM. Standard_E8ps_v6 is an 8-vCPU, memory-optimized, Arm, premium-storage, v6 VM.

More Azure pricing terms

← Back to the Azure VM Explorer