Pricing

All resources are priced independently. This means that

  1. one VM (or any other resource) does not affect prices for any other VM (or any resource)

  2. in context of one VM, CPU price can not be affected by RAM or storage amount of the same VM

Prices defined here do not contain VAT.

Pricing is determined by a JSON list of policies. Current prices can be obtained from the API: https://API_HOST/v1/pricing/policy

Policy Field

Type

Additional Info

Policy Field

Type

Additional Info

policyId

Unique ID, Integer



resourceType

Enum, see below



serviceNameInUptime

String

For further differentiation, mainly used for STORAGE resource

price

Decimal

Hourly price for the specified type and amount of resource

pricePerUnit

Decimal

Not implemented yet, TBD

numCpus

Decimal

Only for CPU resource, minimum number of CPUs for which this price applies

megsRam

Integer

Only for RAM resource, minimum megabytes of RAM for which this price applies

gigsStorage

Integer

Only for STORAGE resource, minimum gigabytes of HDD which this price applies



Resource Type



Resource Type



CPU

Unit is 1 CPU

RAM

Unit is 1 GiB

STORAGE

Any kind of block storage, unit is 1 GiB

LICENSE

Windows license (or possibly other licenses), unit is 1 CPU

OBJECT_STORAGE

S3 object storage buckets, unit is 1 GiB



serviceNameInUptime for STORAGE



serviceNameInUptime for STORAGE



main

VM main/boot disk

block

Additional or detached disk

snapshot

Snapshot of any disk

backup

Backup of any disk

Example

All prices are for 1 hour.

The example is presented as a table (instead of JSON) for better overview.

policyId

resourceType

serviceNameInUptime

numCpus

megsRam

gigsStorage

price

pricePerUnit (TBD)



policyId

resourceType

serviceNameInUptime

numCpus

megsRam

gigsStorage

price

pricePerUnit (TBD)



1001

CPU



1





26.041

26.041

Applies to VMs with 1 or 2 CPUs

1003

CPU



3





154.11

51.37

Applies to VMs with 3 or more CPUs

1010

RAM





512



13.0205

26.041

Applies to VMs with 512 to 1023 MB RAM

1011

RAM





1024



26.041

26.041

Applies to VMs with 1024 to 3071 MB RAM

1013

RAM





3072



154.11

51.37

Applies to VMs with 3072 or more MB RAM

1023

STORAGE

main





1

0.868

0.868

Applies to Storages with size 1 to 2 GB

1033





Applies to Storages with size 3GB or more

For resource types CPU and RAM different prices can be configured for different amounts. In this example, having 2 VMs with 2 CPUs is much cheaper than having 1 VM with 4 CPUs.

Hourly prices for one VM's CPU according to the example prices:

Number of CPUs the VM has

Price per 1 CPU

Price per all CPUs combined

Number of CPUs the VM has

Price per 1 CPU

Price per all CPUs combined

1

26.041

26.041

2

26.041

52.082

3

51.37

154.11

4

51.37

205.48

5

51.37

256.85