Files
ubicloud/config/billing_rates.yml
Maciek Sarnowicz 2f865a1199 Adding Burstable VM family
Adding a burstable VM family with an ability to place multiple VMs in once slice. The two VM sizes we are starting with are:
- burstable-1 - 1 vcpu, 2GB of memory; internally it is limited to 50% of 1 CPU with an ability to burst up to full 100%.
- burstable-2 - 2 vcpus, 4GB of memory; internally it is limited to 100% of CPU with an ability to burst up to 200%.

Both sizes of Burstable VMs are placed in a VmHostSlice allocated for 1 core or 2 CPUs on x64, and 2 cores or 2 CPUs on amd64. Multiple VM instances can be placed inside that slice, up to the 200% CPU capacity. It could be 2 burstable-2s or 4 burstable-1s, or a combination. VMs from multiple customers can share a slice. The VMs running in the same slice are competing for the space to burst into, while having a guaranteed resources for their regular CPU limit. The memory is not shared.

The allocator is updated to select hosts that may be fully used but have some space in existing slices and the VmHostSliceAllocator decides if an existing slice can be reused or a new one needs o be created, for each host. The hosts where an existing slice can be used are preferred.

`cloud_hypervisor_cpu_topology` had to be updated to allow for a 1 vcpu topology. Existing code could not handle that.

We introduce a concept of VmFamilies in Options.rb, which will be expanded upon in subsequent commits to help with UI changes. The VmFamilies also includes a concept of slice overcommit, which permits us to create VM families that place more VM instances into a slice than what normal CPU limit would allow.
2025-02-19 09:20:28 -08:00

152 lines
34 KiB
YAML

# Active billing rates
- { id: fc9877ec-131c-4572-a3f2-fd512d95b348, resource_type: InferenceTokens, resource_family: test-model, location: global, unit_price: 0.0000000500, billed_by: amount, active_from: 2024-10-14T00:00:00Z }
- { id: f74122a3-186a-4273-b60b-511e03f29f3d, resource_type: InferenceTokens, resource_family: test-model2, location: global, unit_price: 0.0000002000, billed_by: amount, active_from: 2024-10-14T00:00:00Z }
- { id: 74eb807c-75dd-49e4-95f8-5de25163b845, resource_type: InferenceTokens, resource_family: gemma-2-2b-it, location: global, unit_price: 0.0000000000, billed_by: amount, active_from: 2024-10-14T00:00:00Z }
- { id: 195bd918-8a0b-4c07-8b57-289de6d6163e, resource_type: InferenceTokens, resource_family: llama-3-2-3b-it, location: global, unit_price: 0.0000001000, billed_by: amount, active_from: 2024-10-14T00:00:00Z }
- { id: c385da12-e15c-4bcf-aa5d-fb9551158eb2, resource_type: InferenceTokens, resource_family: e5-mistral-7b-it, location: global, unit_price: 0.0000001000, billed_by: amount, active_from: 2024-10-14T00:00:00Z }
- { id: 6a3f99fb-0356-4403-bb39-1253e5584ef6, resource_type: InferenceTokens, resource_family: llama-guard-3-1b, location: global, unit_price: 0.0000000000, billed_by: amount, active_from: 2024-10-14T00:00:00Z }
- { id: bc875fd2-d63e-4e98-acfb-c5b2af6a029f, resource_type: InferenceTokens, resource_family: llama-guard-3-8b, location: global, unit_price: 0.0000000000, billed_by: amount, active_from: 2024-10-14T00:00:00Z }
- { id: b87b9fd5-9861-4464-81c6-1e0afb72bcb5, resource_type: InferenceTokens, resource_family: llama-3-1-405b-it, location: global, unit_price: 0.0000000000, billed_by: amount, active_from: 2024-10-14T00:00:00Z }
- { id: f367db8d-59be-452a-9298-5fa956c121bc, resource_type: InferenceTokens, resource_family: llama-3-3-70b-it, location: global, unit_price: 0.0000009000, billed_by: amount, active_from: 2024-10-14T00:00:00Z }
- { id: 222a2421-ecc1-4a77-b0c0-49c7dd1c96fc, resource_type: InferenceTokens, resource_family: llama-3-1-8b-it, location: global, unit_price: 0.0000001000, billed_by: amount, active_from: 2025-01-18T00:00:00Z }
- { id: f71041c1-43ff-4a96-9b3f-e93928888a97, resource_type: InferenceTokens, resource_family: qwen-2-5-14b-it, location: global, unit_price: 0.0000001000, billed_by: amount, active_from: 2025-01-18T00:00:00Z }
- { id: c2aa3f52-340f-4d02-a629-fbb02325242a, resource_type: InferenceTokens, resource_family: qwq-32b-preview, location: global, unit_price: 0.0000006000, billed_by: amount, active_from: 2024-10-14T00:00:00Z }
- { id: 2126934c-bf1e-412d-b046-2601772db027, resource_type: InferenceTokens, resource_family: ds-r1-qwen-32b, location: global, unit_price: 0.0000006000, billed_by: amount, active_from: 2025-01-21T00:00:00Z }
- { id: 957471cc-3e04-4ab6-a11a-b848faf18c79, resource_type: InferenceTokens, resource_family: ds-r1-qwen-1-5b, location: global, unit_price: 0.0000000000, billed_by: amount, active_from: 2025-02-03T00:00:00Z }
- { id: 89e88a99-d687-4f4a-9ee9-2a6680be7fa2, resource_type: InferenceTokens, resource_family: llama-3-2-1b-it, location: global, unit_price: 0.0000000000, billed_by: amount, active_from: 2025-02-03T00:00:00Z }
- { id: 7e904a9f-5713-4d64-b079-b5d47716df0a, resource_type: InferenceTokens, resource_family: ms-phi-4, location: global, unit_price: 0.0000001000, billed_by: amount, active_from: 2025-02-09T00:00:00Z }
- { id: 37284b6f-9620-4f43-93ba-020bb365982c, resource_type: InferenceTokens, resource_family: mistral-small-3, location: global, unit_price: 0.0000003000, billed_by: amount, active_from: 2025-02-14T00:00:00Z }
- { id: 8cf0fa08-4f3a-421f-92b8-2a9e58888277, resource_type: VmVCpu, resource_family: standard, location: hetzner-fsn1, unit_price: 0.0003050596, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 6fd880b6-6b17-4275-8be9-c9570b9f8948, resource_type: VmVCpu, resource_family: standard, location: hetzner-hel1, unit_price: 0.0002901786, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 9a7991f5-6c1a-42d3-ad66-20017a588842, resource_type: VmVCpu, resource_family: standard, location: github-runners, unit_price: 0.0002628660, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: bb497225-1fde-43da-902c-3eac7f910ff4, resource_type: VmVCpu, resource_family: standard, location: leaseweb-wdc02, unit_price: 0.0003844246, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: cd86b88f-4e41-4519-a95f-266393116c5d, resource_type: VmVCpu, resource_family: standard, location: hetzner-ai, unit_price: 0.0003020000, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 5feb3bd0-ca85-4241-94e5-739469760cc1, resource_type: VmVCpu, resource_family: standard, location: latitude-ai, unit_price: 0.0003020000, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: a6e667c7-9424-44e2-b102-f54a5eff12b3, resource_type: VmVCpu, resource_family: standard, location: latitude-fra, unit_price: 0.0001901455, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 110872ec-b790-47ff-b2d1-9f52e50283d3, resource_type: VmVCpu, resource_family: standard-gpu, location: hetzner-fsn1, unit_price: 0.0002762590, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 8f43a446-8374-4fe7-b325-6d264bebbbb6, resource_type: VmVCpu, resource_family: standard-gpu, location: hetzner-hel1, unit_price: 0.0002628660, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 0a57498b-ddc2-4dde-bbf5-620fa0c9ee3a, resource_type: VmVCpu, resource_family: standard-gpu, location: github-runners, unit_price: 0.0002628660, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 5714bb44-726f-428e-a828-4adbf13ada10, resource_type: VmVCpu, resource_family: standard-gpu, location: leaseweb-wdc02, unit_price: 0.0003862500, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 2fca4083-e08a-4032-a044-4f1bfade8cb7, resource_type: VmVCpu, resource_family: standard-gpu, location: hetzner-ai, unit_price: 0.0002762590, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 5589d8a7-9e68-4e5f-8e43-1e280cbb871a, resource_type: VmVCpu, resource_family: standard-gpu, location: latitude-ai, unit_price: 0.0002762590, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 4809dd5b-1cdd-4e01-b587-4847a5565592, resource_type: VmVCpu, resource_family: burstable, location: hetzner-fsn1, unit_price: 0.0001525298, billed_by: duration, active_from: 2025-02-17T00:00:00Z }
- { id: d43123cb-ae0f-48c6-acf9-2a7d240fa44c, resource_type: VmVCpu, resource_family: burstable, location: hetzner-hel1, unit_price: 0.0001450893, billed_by: duration, active_from: 2025-02-17T00:00:00Z }
- { id: 5561be8f-d21a-4caf-915e-4fa4584d07f0, resource_type: VmVCpu, resource_family: burstable, location: leaseweb-wdc02, unit_price: 0.0001922123, billed_by: duration, active_from: 2025-02-17T00:00:00Z }
- { id: 824679b1-6513-4108-9e1a-6ecc86146afd, resource_type: VmStorage, resource_family: standard, location: hetzner-fsn1, unit_price: 0.0000012401, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 4998db3a-56b1-4ec4-b8f1-cc1670afc039, resource_type: VmStorage, resource_family: standard, location: hetzner-hel1, unit_price: 0.0000012401, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: af340cfe-70ea-4122-b23e-66e9de8502e3, resource_type: VmStorage, resource_family: standard, location: github-runners, unit_price: 0.0000014000, billed_by: duration, active_from: 2024-05-27T00:00:00Z }
- { id: 47ea89dd-ada3-414b-91f9-925a00832e3b, resource_type: VmStorage, resource_family: standard, location: leaseweb-wdc02, unit_price: 0.0000014881, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: c7b58dd9-0c49-490e-a1b4-9f7a4aa67ae3, resource_type: VmStorage, resource_family: standard, location: hetzner-ai, unit_price: 0.0000015500, billed_by: duration, active_from: 2024-10-07T00:00:00Z }
- { id: fafe79e8-cce8-40ed-93b1-77a38e19d8ce, resource_type: VmStorage, resource_family: standard, location: latitude-ai, unit_price: 0.0000015500, billed_by: duration, active_from: 2024-10-07T00:00:00Z }
- { id: 27776c91-9900-8578-8e78-93838bf242ba, resource_type: VmStorage, resource_family: standard, location: latitude-fra, unit_price: 0.0000015500, billed_by: duration, active_from: 2024-11-06T00:00:00Z }
- { id: 4520f5ae-f36b-4f99-8b45-15002739b782, resource_type: VmStorage, resource_family: burstable, location: hetzner-fsn1, unit_price: 0.0000012401, billed_by: duration, active_from: 2025-02-17T00:00:00Z }
- { id: d7857c53-0ec3-47cf-adcd-e94ed8aabfb4, resource_type: VmStorage, resource_family: burstable, location: hetzner-hel1, unit_price: 0.0000012401, billed_by: duration, active_from: 2025-02-17T00:00:00Z }
- { id: e2c9e555-7114-46ac-8635-479599ab1005, resource_type: VmStorage, resource_family: burstable, location: leaseweb-wdc02, unit_price: 0.0000014881, billed_by: duration, active_from: 2025-02-17T00:00:00Z }
- { id: 118b7e2d-fa8d-8d78-910d-1f62fcc657ec, resource_type: IPAddress, resource_family: IPv4, location: hetzner-fsn1, unit_price: 0.0000744050, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
- { id: 1bde2200-545a-8d78-960e-08a303111e3d, resource_type: IPAddress, resource_family: IPv4, location: hetzner-hel1, unit_price: 0.0000744050, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
- { id: 38685ec4-38eb-4460-aed3-8a36bab14175, resource_type: IPAddress, resource_family: IPv4, location: github-runners, unit_price: 0.0000744050, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
- { id: eda0ff7c-23b4-8178-8184-722acbffcbb8, resource_type: IPAddress, resource_family: IPv4, location: leaseweb-wdc02, unit_price: 0.0000744050, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
- { id: 250cd263-35e5-4e6b-a6c5-f84ca2298e84, resource_type: IPAddress, resource_family: IPv4, location: hetzner-ai, unit_price: 0.0000744050, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
- { id: 20dc532c-b760-4aad-af14-566424917ab3, resource_type: IPAddress, resource_family: IPv4, location: latitude-ai, unit_price: 0.0000744050, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
- { id: 27695566-1715-8978-9f84-b2cc5a91ee54, resource_type: IPAddress, resource_family: IPv4, location: latitude-fra, unit_price: 0.0000992063, billed_by: duration, active_from: 2024-11-06T00:00:00Z }
- { id: c62a5b1d-0ed8-493c-89a5-d19db075d3c2, resource_type: PostgresVCpu, resource_family: standard, location: hetzner-fsn1, unit_price: 0.0005518353, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 8e050115-0ce8-4337-bc1d-f488f8822dbf, resource_type: PostgresVCpu, resource_family: standard, location: leaseweb-wdc02, unit_price: 0.0006696429, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: fe4c129c-8da1-4b34-8a09-297cf29c1213, resource_type: PostgresVCpu, resource_family: paradedb, location: hetzner-fsn1, unit_price: 0.0011036706, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 68674f7a-ebb5-4d4f-a69b-473ac2483b49, resource_type: PostgresVCpu, resource_family: paradedb, location: leaseweb-wdc02, unit_price: 0.0013392858, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 4fd07988-6d91-4cd7-b7ed-df30707c78b4, resource_type: PostgresVCpu, resource_family: lantern, location: hetzner-fsn1, unit_price: 0.0008277530, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 48a2b9ea-8dfa-4daa-9bae-622fb07392f5, resource_type: PostgresVCpu, resource_family: lantern, location: leaseweb-wdc02, unit_price: 0.0010044644, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: e06e5781-860d-4d87-93e8-52625f4486cd, resource_type: PostgresStandbyVCpu, resource_family: standard, location: hetzner-fsn1, unit_price: 0.0005518353, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: e688dbbc-8250-4584-95d0-dc2d355479a7, resource_type: PostgresStandbyVCpu, resource_family: standard, location: leaseweb-wdc02, unit_price: 0.0006696429, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 172d6513-0c1c-4f11-9110-db360ef85a33, resource_type: PostgresStandbyVCpu, resource_family: paradedb, location: hetzner-fsn1, unit_price: 0.0011036706, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: a4b9f38d-1999-434f-b4ec-d2f59161be4b, resource_type: PostgresStandbyVCpu, resource_family: paradedb, location: leaseweb-wdc02, unit_price: 0.0013392858, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 53339b81-f5e4-4911-bfc3-118781b4a1b2, resource_type: PostgresStandbyVCpu, resource_family: lantern, location: hetzner-fsn1, unit_price: 0.0008277530, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 130c8872-6a01-430e-9128-ec035b817d9e, resource_type: PostgresStandbyVCpu, resource_family: lantern, location: leaseweb-wdc02, unit_price: 0.0010044644, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 45195e3a-f213-4c44-a899-698a05bd2ead, resource_type: PostgresStorage, resource_family: standard, location: hetzner-fsn1, unit_price: 0.0000019841, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 890cc4b0-58bf-482d-ad04-cdf4e5767131, resource_type: PostgresStorage, resource_family: standard, location: leaseweb-wdc02, unit_price: 0.0000022321, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: df3d1cf0-456d-44b1-b5cf-f8d07347664a, resource_type: PostgresStorage, resource_family: paradedb, location: hetzner-fsn1, unit_price: 0.0000039682, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: c3ddfc54-90c3-49ef-a763-069688d23676, resource_type: PostgresStorage, resource_family: paradedb, location: leaseweb-wdc02, unit_price: 0.0000044642, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 4bda941a-b084-47ef-84b1-f20664528dc8, resource_type: PostgresStorage, resource_family: lantern, location: hetzner-fsn1, unit_price: 0.0000029761, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 129c34bd-4183-404c-bef0-1db3ac99cddf, resource_type: PostgresStorage, resource_family: lantern, location: leaseweb-wdc02, unit_price: 0.0000033481, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 9e8947f6-fc60-430f-9f3d-34d9fb8bf679, resource_type: PostgresStandbyStorage, resource_family: standard, location: hetzner-fsn1, unit_price: 0.0000019841, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 52ef1119-67fb-485d-a4a2-6bb5ab0ea099, resource_type: PostgresStandbyStorage, resource_family: standard, location: leaseweb-wdc02, unit_price: 0.0000022321, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 6ce48030-46e1-4fd5-983d-1be3486180a1, resource_type: PostgresStandbyStorage, resource_family: paradedb, location: hetzner-fsn1, unit_price: 0.0000039682, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 92889bfe-e2f8-4839-894e-e1feb15d2a9b, resource_type: PostgresStandbyStorage, resource_family: paradedb, location: leaseweb-wdc02, unit_price: 0.0000044642, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: fa51b67c-54ba-4b0a-80df-b0244fd90712, resource_type: PostgresStandbyStorage, resource_family: lantern, location: hetzner-fsn1, unit_price: 0.0000029761, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: f9d257bd-ec0f-434a-a998-605fd82179b1, resource_type: PostgresStandbyStorage, resource_family: lantern, location: leaseweb-wdc02, unit_price: 0.0000033481, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: d772d0aa-0b40-4b7a-aceb-72f6211f7cad, resource_type: GitHubRunnerMinutes, resource_family: standard-2, location: global, unit_price: 0.0008000000, billed_by: amount, active_from: 2023-01-01T00:00:00Z }
- { id: d885c82d-b139-40d5-890f-de3720896b3b, resource_type: GitHubRunnerMinutes, resource_family: standard-4, location: global, unit_price: 0.0016000000, billed_by: amount, active_from: 2023-01-01T00:00:00Z }
- { id: e50e6bff-6ee9-493b-bc09-75f122863d08, resource_type: GitHubRunnerMinutes, resource_family: standard-8, location: global, unit_price: 0.0032000000, billed_by: amount, active_from: 2023-01-01T00:00:00Z }
- { id: 89cda6c2-2650-4ac1-bc28-deeae5e3b756, resource_type: GitHubRunnerMinutes, resource_family: standard-16, location: global, unit_price: 0.0064000000, billed_by: amount, active_from: 2023-01-01T00:00:00Z }
- { id: c5c0b29f-1ea9-437c-8ab8-c9395ec7e46d, resource_type: GitHubRunnerMinutes, resource_family: standard-30, location: global, unit_price: 0.0120000000, billed_by: amount, active_from: 2023-01-01T00:00:00Z }
- { id: 27ea6ba4-51d5-4643-90f3-4f3f962f5642, resource_type: GitHubRunnerMinutes, resource_family: standard-60, location: global, unit_price: 0.0240000000, billed_by: amount, active_from: 2023-01-01T00:00:00Z }
- { id: ab92083e-2be7-4038-b946-b060af3994fb, resource_type: GitHubRunnerMinutes, resource_family: standard-2-arm, location: global, unit_price: 0.0008000000, billed_by: amount, active_from: 2023-01-01T00:00:00Z }
- { id: 078d2f47-5827-49fa-9d13-bee6d1d8cadd, resource_type: GitHubRunnerMinutes, resource_family: standard-4-arm, location: global, unit_price: 0.0016000000, billed_by: amount, active_from: 2023-01-01T00:00:00Z }
- { id: 0fc7f264-87f0-446d-bee7-c0454149b1bc, resource_type: GitHubRunnerMinutes, resource_family: standard-8-arm, location: global, unit_price: 0.0032000000, billed_by: amount, active_from: 2023-01-01T00:00:00Z }
- { id: 995ab760-5d97-4a7b-981e-c9947233c78e, resource_type: GitHubRunnerMinutes, resource_family: standard-16-arm, location: global, unit_price: 0.0064000000, billed_by: amount, active_from: 2023-01-01T00:00:00Z }
- { id: 5b49ad57-1bac-4c35-84d4-9545876ecb65, resource_type: GitHubRunnerMinutes, resource_family: standard-30-arm, location: global, unit_price: 0.0120000000, billed_by: amount, active_from: 2023-01-01T00:00:00Z }
- { id: a3abe656-6ca2-4f17-a911-169c51a4a77a, resource_type: GitHubRunnerMinutes, resource_family: standard-60-arm, location: global, unit_price: 0.0240000000, billed_by: amount, active_from: 2023-01-01T00:00:00Z }
- { id: 27d84309-e39d-8d78-b603-7632dafe374e, resource_type: GitHubRunnerMinutes, resource_family: standard-gpu-6, location: global, unit_price: 0.0320000000, billed_by: amount, active_from: 2023-01-01T00:00:00Z }
- { id: c31b3640-92fa-49c3-bae8-c1011cc5f917, resource_type: GitHubRunnerConcurrency, resource_family: standard, location: global, unit_price: 0.0000248016, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
# Deprecated billing rates
- { id: 139d9a67-8182-8578-a303-235cabd5161c, resource_type: VmCores, resource_family: standard, location: hetzner-fsn1, unit_price: 0.0006227680, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
- { id: 08c502f7-df5d-8978-9896-feafa0ec5c40, resource_type: VmCores, resource_family: standard, location: hetzner-hel1, unit_price: 0.0005959820, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
- { id: 2acc2bbf-d451-49c6-93de-db8d15311042, resource_type: VmCores, resource_family: standard, location: github-runners, unit_price: 0.0005959820, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
- { id: 8cc76122-1463-8178-a89a-3b74434d1943, resource_type: VmCores, resource_family: standard, location: leaseweb-wdc02, unit_price: 0.0008500000, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
- { id: 0f189c1f-b182-8978-bc1c-d1e0412718c3, resource_type: VmCores, resource_family: standard, location: leaseweb-dal13, unit_price: 0.0008500000, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
- { id: 8c82e087-10aa-8d78-876f-88afcc162d4c, resource_type: VmCores, resource_family: standard-gpu, location: hetzner-fsn1, unit_price: 0.0006227680, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
- { id: 80c193bc-528a-8d78-9377-17523b162c58, resource_type: VmCores, resource_family: standard-gpu, location: hetzner-hel1, unit_price: 0.0005959820, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
- { id: c1eb36d9-6b46-8578-869a-92e64646b547, resource_type: VmCores, resource_family: standard-gpu, location: github-runners, unit_price: 0.0005959820, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
- { id: b44a8854-f7fb-8578-b1b8-f38b218b52e3, resource_type: VmCores, resource_family: standard-gpu, location: leaseweb-wdc02, unit_price: 0.0006227680, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
- { id: 88dcb876-0a21-8978-bc58-558b1755ad29, resource_type: VmCores, resource_family: standard-gpu, location: leaseweb-dal13, unit_price: 0.0006227680, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
- { id: 8a890156-96cb-4087-878c-51dc4ed2ad8a, resource_type: VmCores, resource_family: standard, location: hetzner-fsn1, unit_price: 0.0005525180, billed_by: duration, active_from: 2024-05-27T00:00:00Z }
- { id: 0a2eb7b7-dfc7-4232-9b75-7e162020dc4c, resource_type: VmCores, resource_family: standard, location: hetzner-hel1, unit_price: 0.0005257320, billed_by: duration, active_from: 2024-05-27T00:00:00Z }
- { id: 717caef1-e7b1-43fd-8526-fa02d5caa87c, resource_type: VmStorage, resource_family: standard, location: hetzner-fsn1, unit_price: 0.0000028100, billed_by: duration, active_from: 2024-05-27T00:00:00Z }
- { id: 39796c71-9d4d-4d6d-ab2a-17c225d59c8f, resource_type: VmStorage, resource_family: standard, location: hetzner-hel1, unit_price: 0.0000028100, billed_by: duration, active_from: 2024-05-27T00:00:00Z }
- { id: 534e85b6-2ba2-44c7-b799-8a1b99f8cd50, resource_type: VmCores, resource_family: standard, location: leaseweb-dal13, unit_price: 0.0008000992, billed_by: duration, active_from: 2024-05-27T00:00:00Z }
- { id: ea875583-660e-4a27-b95c-ccf6d321230c, resource_type: VmStorage, resource_family: standard, location: leaseweb-dal13, unit_price: 0.0000015500, billed_by: duration, active_from: 2024-10-07T00:00:00Z }
- { id: 13e58492-7cff-8d78-adf4-e44561d9346d, resource_type: IPAddress, resource_family: IPv4, location: leaseweb-dal13, unit_price: 0.0000744050, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
- { id: a5ef9efa-95eb-400b-a66a-31dd9d7a654a, resource_type: PostgresCores, resource_family: standard, location: hetzner-hel1, unit_price: 0.0011985570, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
- { id: c41422cd-9e28-46bd-acd4-02debfcd26a2, resource_type: PostgresStorage, resource_family: standard, location: hetzner-hel1, unit_price: 0.0000028100, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
- { id: 3baf8cbe-4f67-8d78-a71e-328d695e87b1, resource_type: PostgresStandbyCores, resource_family: standard, location: leaseweb-wdc02, unit_price: 0.0012524250, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
- { id: ebf592fd-8586-4457-8c86-aa1ed774b90d, resource_type: VmCores, resource_family: standard, location: hetzner-fsn1, unit_price: 0.0006040000, billed_by: duration, active_from: 2024-08-22T00:00:00Z }
- { id: d31188b8-ced8-4bab-bb73-ee6b0c6a4806, resource_type: VmCores, resource_family: standard, location: hetzner-hel1, unit_price: 0.0005740000, billed_by: duration, active_from: 2024-08-22T00:00:00Z }
- { id: a63fc107-176f-41e6-baf6-a1399446f616, resource_type: VmCores, resource_family: standard, location: github-runners, unit_price: 0.0005257320, billed_by: duration, active_from: 2024-05-27T00:00:00Z }
- { id: 724069e2-fa28-46d9-918c-666d1fbe80ba, resource_type: VmCores, resource_family: standard, location: leaseweb-wdc02, unit_price: 0.0008000992, billed_by: duration, active_from: 2024-10-07T00:00:00Z }
- { id: 74983fdd-79aa-4d17-af5b-0b5367fe1cff, resource_type: VmCores, resource_family: standard, location: hetzner-ai, unit_price: 0.0006040000, billed_by: duration, active_from: 2024-05-27T00:00:00Z }
- { id: f9a1217b-6767-443b-a084-277b9cc50e0f, resource_type: VmCores, resource_family: standard, location: latitude-ai, unit_price: 0.0006040000, billed_by: duration, active_from: 2024-05-27T00:00:00Z }
- { id: c7cbdd4c-9c62-8578-b4ce-aea1e5acbe1f, resource_type: VmCores, resource_family: standard, location: latitude-fra, unit_price: 0.0003802910, billed_by: duration, active_from: 2024-11-06T00:00:00Z }
- { id: d030c059-89cb-471b-9c6b-806b0b0a6994, resource_type: VmCores, resource_family: standard-gpu, location: hetzner-fsn1, unit_price: 0.0005525180, billed_by: duration, active_from: 2024-05-27T00:00:00Z }
- { id: 7dc9b906-efb1-4b02-b32d-05561994a4d9, resource_type: VmCores, resource_family: standard-gpu, location: hetzner-hel1, unit_price: 0.0005257320, billed_by: duration, active_from: 2024-05-27T00:00:00Z }
- { id: 9c7ae621-9175-4187-a635-62948cfacb1d, resource_type: VmCores, resource_family: standard-gpu, location: github-runners, unit_price: 0.0005257320, billed_by: duration, active_from: 2024-05-27T00:00:00Z }
- { id: 8bff7562-7f1b-4c68-9e3a-682385fa2d7a, resource_type: VmCores, resource_family: standard-gpu, location: leaseweb-wdc02, unit_price: 0.0007725000, billed_by: duration, active_from: 2024-10-07T00:00:00Z }
- { id: 690627b2-9eeb-4a8d-841b-5eb7842bfcfc, resource_type: VmCores, resource_family: standard-gpu, location: hetzner-ai, unit_price: 0.0005525180, billed_by: duration, active_from: 2024-05-27T00:00:00Z }
- { id: 6cfbfbe1-db3f-42fc-9d99-fbfb07ecc223, resource_type: VmCores, resource_family: standard-gpu, location: latitude-ai, unit_price: 0.0005525180, billed_by: duration, active_from: 2024-05-27T00:00:00Z }
- { id: 36b3883a-a72a-4c08-a4c6-482f4f91e148, resource_type: PostgresCores, resource_family: standard, location: hetzner-fsn1, unit_price: 0.0012524250, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
- { id: a35575ae-a5dd-8578-961c-021c7e8e2514, resource_type: PostgresCores, resource_family: standard, location: leaseweb-wdc02, unit_price: 0.0012724250, billed_by: duration, active_from: 2024-10-07T00:00:00Z }
- { id: 6f265ff2-8160-40c3-b4ff-1e31969f5ba4, resource_type: PostgresCores, resource_family: paradedb, location: hetzner-fsn1, unit_price: 0.0025048500, billed_by: duration, active_from: 2023-09-24T00:00:00Z }
- { id: 159ffbe1-16ba-8978-aa38-164b7230d392, resource_type: PostgresCores, resource_family: paradedb, location: leaseweb-wdc02, unit_price: 0.0025448500, billed_by: duration, active_from: 2024-10-07T00:00:00Z }
- { id: c7d24eb6-0c24-417d-8d81-f7558553f1a3, resource_type: PostgresCores, resource_family: lantern, location: hetzner-fsn1, unit_price: 0.0018786380, billed_by: duration, active_from: 2024-10-10T00:00:00Z }
- { id: df442872-a4a1-4937-9afe-7afc3f048d8b, resource_type: PostgresCores, resource_family: lantern, location: leaseweb-wdc02, unit_price: 0.0018786380, billed_by: duration, active_from: 2024-10-10T00:00:00Z }
- { id: 46db9ff6-7f5a-4942-bd1a-6feccfe6c970, resource_type: PostgresStandbyCores, resource_family: standard, location: hetzner-fsn1, unit_price: 0.0012524250, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
- { id: 0a0012a7-b696-4e82-97ad-2dd0bd71162a, resource_type: PostgresStandbyCores, resource_family: standard, location: leaseweb-wdc02, unit_price: 0.0012724250, billed_by: duration, active_from: 2025-01-01T00:00:00Z }
- { id: 580ef14f-e818-4e95-82c4-e1c9ed078cdb, resource_type: PostgresStandbyCores, resource_family: paradedb, location: hetzner-fsn1, unit_price: 0.0025048500, billed_by: duration, active_from: 2023-09-24T00:00:00Z }
- { id: fbdaa60b-3b4c-8978-a4f0-868836d3301c, resource_type: PostgresStandbyCores, resource_family: paradedb, location: leaseweb-wdc02, unit_price: 0.0025448500, billed_by: duration, active_from: 2024-10-07T00:00:00Z }
- { id: d854cff1-c7c1-4600-84fb-38710edd308d, resource_type: PostgresStandbyCores, resource_family: lantern, location: hetzner-fsn1, unit_price: 0.0018786380, billed_by: duration, active_from: 2024-10-10T00:00:00Z }
- { id: 0327fccf-39c5-4de5-b0da-ad512ffbafe0, resource_type: PostgresStandbyCores, resource_family: lantern, location: leaseweb-wdc02, unit_price: 0.0018786380, billed_by: duration, active_from: 2024-10-10T00:00:00Z }
- { id: 7cc6f715-cf25-47fd-acf9-a530203865a9, resource_type: VmStorage, resource_family: standard, location: hetzner-fsn1, unit_price: 0.0000014000, billed_by: duration, active_from: 2024-08-22T00:00:00Z }
- { id: 1a3974fb-dbcc-47cc-b33e-2410b2782702, resource_type: VmStorage, resource_family: standard, location: hetzner-hel1, unit_price: 0.0000014000, billed_by: duration, active_from: 2024-08-22T00:00:00Z }
- { id: ed244151-1199-4734-9b6d-4ec7d3da7227, resource_type: VmStorage, resource_family: standard, location: leaseweb-wdc02, unit_price: 0.0000015500, billed_by: duration, active_from: 2024-10-07T00:00:00Z }
- { id: 80aa487a-0aa7-472f-a52c-d82a96067cba, resource_type: PostgresStorage, resource_family: standard, location: hetzner-fsn1, unit_price: 0.0000028100, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
- { id: 0a45042a-6d20-8978-af02-dfaf3f40cd28, resource_type: PostgresStorage, resource_family: standard, location: leaseweb-wdc02, unit_price: 0.0000031000, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
- { id: ca6504bd-071c-46b7-b74f-6ad3b788d5c3, resource_type: PostgresStorage, resource_family: paradedb, location: hetzner-fsn1, unit_price: 0.0000056200, billed_by: duration, active_from: 2023-09-24T00:00:00Z }
- { id: cec16245-73b9-8d78-8db4-8e02f32061bf, resource_type: PostgresStorage, resource_family: paradedb, location: leaseweb-wdc02, unit_price: 0.0000062000, billed_by: duration, active_from: 2024-10-07T00:00:00Z }
- { id: e21f1e80-06e9-4a07-bc97-63bf7d083e26, resource_type: PostgresStorage, resource_family: lantern, location: hetzner-fsn1, unit_price: 0.0000042150, billed_by: duration, active_from: 2024-10-10T00:00:00Z }
- { id: 84917466-d54a-47bb-8dfe-f9d793674a19, resource_type: PostgresStorage, resource_family: lantern, location: leaseweb-wdc02, unit_price: 0.0000046500, billed_by: duration, active_from: 2024-10-10T00:00:00Z }
- { id: eaf2d6df-c63c-4dd1-9aa4-00e08785fb59, resource_type: PostgresStandbyStorage, resource_family: standard, location: hetzner-fsn1, unit_price: 0.0000028100, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
- { id: 4b8afe08-bc0e-8978-bc23-e38973e5b3d4, resource_type: PostgresStandbyStorage, resource_family: standard, location: leaseweb-wdc02, unit_price: 0.0000031000, billed_by: duration, active_from: 2023-01-01T00:00:00Z }
- { id: 030c5b0a-783b-4497-a817-0e83e59f5291, resource_type: PostgresStandbyStorage, resource_family: paradedb, location: hetzner-fsn1, unit_price: 0.0000056200, billed_by: duration, active_from: 2023-09-24T00:00:00Z }
- { id: 311ff500-c1dc-8578-8679-9ab3eac4db01, resource_type: PostgresStandbyStorage, resource_family: paradedb, location: leaseweb-wdc02, unit_price: 0.0000062000, billed_by: duration, active_from: 2024-10-07T00:00:00Z }
- { id: abeae2a0-e163-4345-8c04-20a832f9febf, resource_type: PostgresStandbyStorage, resource_family: lantern, location: hetzner-fsn1, unit_price: 0.0000042150, billed_by: duration, active_from: 2024-10-10T00:00:00Z }
- { id: 782ef01f-8976-49ff-8c05-413332d7440e, resource_type: PostgresStandbyStorage, resource_family: lantern, location: leaseweb-wdc02, unit_price: 0.0000046500, billed_by: duration, active_from: 2024-10-10T00:00:00Z }