From af11b421d2c28d8e8d1f218e802f2e4233fe7a18 Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Wed, 18 Dec 2024 16:04:23 -0700 Subject: [PATCH 1/9] Add pricing topic for cmx --- docs/partials/cmx/_billing.mdx | 7 -- docs/vendor/testing-about.md | 10 ++- docs/vendor/testing-pricing.mdx | 114 ++++++++++++++++++++++++++++++++ sidebars.js | 1 + 4 files changed, 124 insertions(+), 8 deletions(-) delete mode 100644 docs/partials/cmx/_billing.mdx create mode 100644 docs/vendor/testing-pricing.mdx diff --git a/docs/partials/cmx/_billing.mdx b/docs/partials/cmx/_billing.mdx deleted file mode 100644 index f21cfeda83..0000000000 --- a/docs/partials/cmx/_billing.mdx +++ /dev/null @@ -1,7 +0,0 @@ -Clusters created with Compatibility Matrix are billed by the minute. Per-minute billing begins when the cluster reaches a `running` status and ends when the cluster is deleted. Compatibility Matrix marks a cluster as `running` when a working kubeconfig for the cluster is accessible. - -You are billed only for the time that the cluster is in a `running` status. You are _not_ billed for the time that it takes Compatibility Matrix to create and tear down clusters, including when the cluster is in an `assigned` status. - -To create clusters with Compatibility Matrix, you must have credits in your Vendor Portal account. -If you have a contract, you can purchase credits by logging in to the Vendor Portal and going to [**Compatibility Matrix > Buy additional credits**](https://vendor.replicated.com/compatibility-matrix). -Otherwise, to request credits, log in to the Vendor Portal and go to [**Compatibility Matrix > Request more credits**](https://vendor.replicated.com/compatibility-matrix). diff --git a/docs/vendor/testing-about.md b/docs/vendor/testing-about.md index e6aa32c755..82ee803369 100644 --- a/docs/vendor/testing-about.md +++ b/docs/vendor/testing-about.md @@ -18,7 +18,15 @@ You can use Compatibility Matrix with the Replicated CLI or the Replicated Vendo ### Billing and Credits - +Clusters created with Compatibility Matrix are billed by the minute. Per-minute billing begins when the cluster reaches a `running` status and ends when the cluster is deleted. Compatibility Matrix marks a cluster as `running` when a working kubeconfig for the cluster is accessible. + +You are billed only for the time that the cluster is in a `running` status. You are _not_ billed for the time that it takes Compatibility Matrix to create and tear down clusters, including when the cluster is in an `assigned` status. + +For more information about pricing, see [Compatibility Matrix Pricing](testing-pricing). + +To create clusters with Compatibility Matrix, you must have credits in your Vendor Portal account. +If you have a contract, you can purchase credits by logging in to the Vendor Portal and going to [**Compatibility Matrix > Buy additional credits**](https://vendor.replicated.com/compatibility-matrix). +Otherwise, to request credits, log in to the Vendor Portal and go to [**Compatibility Matrix > Request more credits**](https://vendor.replicated.com/compatibility-matrix). ### Quotas and Capacity diff --git a/docs/vendor/testing-pricing.mdx b/docs/vendor/testing-pricing.mdx new file mode 100644 index 0000000000..3328a14a4f --- /dev/null +++ b/docs/vendor/testing-pricing.mdx @@ -0,0 +1,114 @@ +# Compatibility Matrix Pricing + +This topic describes the pricing for Replicated Compatibility Matrix. + +## Pricing Overview + +Compatibility Matrix usage-based pricing includes a $0.50 per cluster startup cost, plus by the minute pricing based on instance size and count (starting at the time the cluster state changed to "running" and ending when the cluster is either expired (TTL) or removed). Minutes will be rounded up, so there will be a minimum charge of $0.50 plus 1 minute for all running clusters. Each cluster's cost will be rounded up to the nearest cent and subtracted from the available credits in the account and viewable on the Replicated Vendor Portal [Cluster History](https://vendor.replicated.com/compatibility-matrix/history) page. + +If the team's available credits are insufficient to run the cluster for the full duration of the TTL, the cluster creation will be rejected. + +## Cluster Quotes + +Each team is limited by the number of clusters that they can run concurrently. To increase the quota, reach out to your account manager. + +## VM Cluster Pricing (Openshift, RKE2, K3s, Kind, Embedded Cluster, kURL) + +VM-based clusters approximately match the AWS m6.i instance type pricing. + + + + + + + + + + + + + + +
Instance TypeVCPUsMemory (GiB)USD/Credit per hour
+ +## Cloud Cluster Pricing + +### AWS EKS Cluster Pricing + +AWS clusters will be charged AWS pricing plus a markup of 20%. Note that the markup will be calculated at the rounded price per hour in order to make hourly prices fixed. Pricing for Extended Support EKS versions (those Kubernetes versions considered deprecated by upstream Kubernetes) will have additional charges applied. + + + + + + + + + + + + + + +
Instance TypeVCPUsMemory (GiB)USD/Credit per hour
+ +### GCP GKE Cluster Pricing + +GCP clusters will be charged GCP list pricing plus a markup of 20%. Note that the markup will be calculated at the rounded price per hour in order to make hourly prices fixed. + + + + + + + + + + + + + + +
Instance TypeVCPUsMemory (GiB)USD/Credit per hour
+ +### Azure AKS Cluster Pricing + +Azure clusters will be charged Azure list pricing plus a markup of 20%. Note that the markup will be calculated at the rounded price per hour in order to make hourly prices fixed. + + + + + + + + + + + + + + + + + + +
Instance TypeVCPUsMemory (GiB)RateList PriceUSD/Credit per hour
+ +### Oracle OKE Cluster Pricing + +Oracle based clusters will be charged Oracle list pricing plus a markup of 20%. Note that the markup will be calculated at the rounded price per hour in order to make hourly prices fixed. + + + + + + + + + + + + + + +
Instance TypeVCPUsMemory (GiB)USD/Credit per hour
\ No newline at end of file diff --git a/sidebars.js b/sidebars.js index b68cd8ad93..5d14df5d7c 100644 --- a/sidebars.js +++ b/sidebars.js @@ -217,6 +217,7 @@ const sidebars = { label: 'Compatibility Matrix', items: [ 'vendor/testing-about', + 'vendor/testing-pricing', 'vendor/testing-supported-clusters', 'vendor/testing-cluster-addons', 'vendor/testing-how-to', From 65fe59e7840e421a0a6bd89dc4ff2998f682153c Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Wed, 18 Dec 2024 16:06:56 -0700 Subject: [PATCH 2/9] typos --- docs/vendor/testing-about.md | 1 - docs/vendor/testing-pricing.mdx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/vendor/testing-about.md b/docs/vendor/testing-about.md index 82ee803369..41610e24dc 100644 --- a/docs/vendor/testing-about.md +++ b/docs/vendor/testing-about.md @@ -1,5 +1,4 @@ import Overview from "../partials/cmx/_overview.mdx" -import Billing from "../partials/cmx/_billing.mdx" import SupportedClusters from "../partials/cmx/_supported-clusters-overview.mdx" # About Compatibility Matrix diff --git a/docs/vendor/testing-pricing.mdx b/docs/vendor/testing-pricing.mdx index 3328a14a4f..e9642769f7 100644 --- a/docs/vendor/testing-pricing.mdx +++ b/docs/vendor/testing-pricing.mdx @@ -8,7 +8,7 @@ Compatibility Matrix usage-based pricing includes a $0.50 per cluster startup co If the team's available credits are insufficient to run the cluster for the full duration of the TTL, the cluster creation will be rejected. -## Cluster Quotes +## Cluster Quotas Each team is limited by the number of clusters that they can run concurrently. To increase the quota, reach out to your account manager. From f8a73f7ce41b318d41b75a848a3116a9d6e3442c Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Thu, 19 Dec 2024 10:44:39 -0700 Subject: [PATCH 3/9] add vm and aws --- docs/vendor/testing-pricing.mdx | 166 ++++++++++++++++++++++++++++++-- 1 file changed, 157 insertions(+), 9 deletions(-) diff --git a/docs/vendor/testing-pricing.mdx b/docs/vendor/testing-pricing.mdx index e9642769f7..93a02f69e9 100644 --- a/docs/vendor/testing-pricing.mdx +++ b/docs/vendor/testing-pricing.mdx @@ -24,10 +24,32 @@ VM-based clusters approximately match the AWS m6.i instance type pricing. USD/Credit per hour - - - - + r1.small + r1.medium + r1.large + r1.xlarge + r1.2xlarge + + + 2 + 4 + 8 + 16 + 32 + + + 8 + 16 + 32 + 64 + 128 + + + $0.096 + $0.192 + $0.384 + $0.768 + $1.536 @@ -45,12 +67,138 @@ AWS clusters will be charged AWS pricing plus a markup of 20%. Note that the mar USD/Credit per hour - - - - + m6i.large + m6i.xlarge + m6i.2xlarge + m6i.4xlarge + m6i.8xlarge + m7i.large + m7i.xlarge + m7i.2xlarge + m7i.4xlarge + m7i.8xlarge + m5.large + m5.xlarge + m5.2xlarge + m5.4xlarge + m5.8xlarge + m7g.large + m7g.xlarge + m7g.2xlarge + m7g.4xlarge + m7g.8xlarge + c5.large + c5.xlarge + c5.2xlarge + c5.4xlarge + c5.9xlarge + g4dn.xlarge + g4dn.2xlarge + g4dn.4xlarge + g4dn.8xlarge + g4dn.12xlarge + g4dn.16xlarge + + + 2 + 4 + 8 + 16 + 32 + 2 + 4 + 8 + 16 + 32 + 2 + 4 + 8 + 16 + 32 + 2 + 4 + 8 + 16 + 32 + 2 + 4 + 8 + 16 + 36 + 4 + 8 + 16 + 32 + 48 + 64 + + + 8 + 16 + 32 + 64 + 128 + 8 + 16 + 32 + 64 + 128 + 8 + 16 + 32 + 64 + 128 + 8 + 16 + 32 + 64 + 128 + 4 + 8 + 16 + 32 + 72 + 16 + 32 + 64 + 128 + 192 + 256 + + + $0.115 + $0.230 + $0.461 + $0.922 + $1.843 + $0.121 + $0.242 + $0.484 + $0.968 + $1.935 + $0.115 + $0.230 + $0.461 + $0.922 + $1.843 + $0.098 + $0.195 + $0.392 + $0.784 + $1.567 + $0.102 + $0.204 + $0.408 + $0.816 + $1.836 + $0.631 + $0.902 + $1.445 + $2.611 + $4.964 + $5.222 - + ### GCP GKE Cluster Pricing From 1864cd0c4ce31147f6a96db763affdabd081970d Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Thu, 19 Dec 2024 10:59:57 -0700 Subject: [PATCH 4/9] gcp --- docs/vendor/testing-pricing.mdx | 170 +++++++++++++++++++++++++++++++- 1 file changed, 166 insertions(+), 4 deletions(-) diff --git a/docs/vendor/testing-pricing.mdx b/docs/vendor/testing-pricing.mdx index 93a02f69e9..297f46c84e 100644 --- a/docs/vendor/testing-pricing.mdx +++ b/docs/vendor/testing-pricing.mdx @@ -212,10 +212,172 @@ GCP clusters will be charged GCP list pricing plus a markup of 20%. Note that th USD/Credit per hour - - - - + n2-standard-2 + n2-standard-4 + n2-standard-8 + n2-standard-16 + n2-standard-32 + t2a-standard-2 + t2a-standard-4 + t2a-standard-8 + t2a-standard-16 + t2a-standard-32 + t2a-standard-48 + e2-standard-2 + e2-standard-4 + e2-standard-8 + e2-standard-16 + e2-standard-32 + n1-standard-1+nvidia-tesla-t4+1 + n1-standard-1+nvidia-tesla-t4+2 + n1-standard-1+nvidia-tesla-t4+4 + n1-standard-2+nvidia-tesla-t4+1 + n1-standard-2+nvidia-tesla-t4+2 + n1-standard-2+nvidia-tesla-t4+4 + n1-standard-4+nvidia-tesla-t4+1 + n1-standard-4+nvidia-tesla-t4+2 + n1-standard-4+nvidia-tesla-t4+4 + n1-standard-8+nvidia-tesla-t4+1 + n1-standard-8+nvidia-tesla-t4+2 + n1-standard-8+nvidia-tesla-t4+4 + n1-standard-16+nvidia-tesla-t4+1 + n1-standard-16+nvidia-tesla-t4+2 + n1-standard-16+nvidia-tesla-t4+4 + n1-standard-32+nvidia-tesla-t4+1 + n1-standard-32+nvidia-tesla-t4+2 + n1-standard-32+nvidia-tesla-t4+4 + n1-standard-64+nvidia-tesla-t4+1 + n1-standard-64+nvidia-tesla-t4+2 + n1-standard-64+nvidia-tesla-t4+4 + n1-standard-96+nvidia-tesla-t4+1 + n1-standard-96+nvidia-tesla-t4+2 + n1-standard-96+nvidia-tesla-t4+4 + + + 2 + 4 + 8 + 16 + 32 + 2 + 4 + 8 + 16 + 32 + 48 + 2 + 4 + 8 + 16 + 32 + 1 + 1 + 1 + 2 + 2 + 2 + 4 + 4 + 4 + 8 + 8 + 8 + 16 + 16 + 16 + 32 + 32 + 32 + 64 + 64 + 64 + 96 + 96 + 96 + + + 8 + 16 + 32 + 64 + 128 + 8 + 16 + 32 + 64 + 128 + 192 + 8 + 16 + 32 + 64 + 128 + 3.75 + 3.75 + 3.75 + 7.50 + 7.50 + 7.50 + 15 + 15 + 15 + 30 + 30 + 30 + 60 + 60 + 60 + 120 + 120 + 120 + 240 + 240 + 240 + 360 + 360 + 360 + + + $0.117 + $0.223 + $0.466 + $0.932 + $1.865 + $0.092 + $0.185 + $0.370 + $0.739 + $1.478 + $2.218 + $0.081 + $0.161 + $0.322 + $0.643 + $1.287 + $0.321 + $0.585 + $1.113 + $0.378 + $0.642 + $1.170 + $0.492 + $0.756 + $1.284 + $0.720 + $0.984 + $1.512 + $1.176 + $1.440 + $1.968 + $2.088 + $2.352 + $2.880 + $3.192 + $4.176 + $4.704 + $5.736 + $6.000 + $6.528 From aff8a1702e5f1b7f5d070136ffcbf6bab92d7dcd Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Thu, 19 Dec 2024 11:42:13 -0700 Subject: [PATCH 5/9] fixes --- docs/vendor/testing-pricing.mdx | 288 +++++++++++++++++++------------- 1 file changed, 176 insertions(+), 112 deletions(-) diff --git a/docs/vendor/testing-pricing.mdx b/docs/vendor/testing-pricing.mdx index 297f46c84e..66b3035bec 100644 --- a/docs/vendor/testing-pricing.mdx +++ b/docs/vendor/testing-pricing.mdx @@ -18,37 +18,39 @@ VM-based clusters approximately match the AWS m6.i instance type pricing. - - - - + + + + - - - - + + + - + - - + + - + + + + + - + - - - - + + +
Instance TypeVCPUsMemory (GiB)USD/Credit per hourInstance TypeVCPUsMemory (GiB)USD/Credit per hour
r1.smallr1.mediumr1.larger1.xlarger1.2xlarge28$0.096
2r1.medium 48 1632$0.192
r1.large 816 32$0.384
r1.xlarge16 64128$0.768
$0.096$0.192$0.384$0.768r1.2xlarge32128 $1.536
@@ -61,141 +63,195 @@ AWS clusters will be charged AWS pricing plus a markup of 20%. Note that the mar - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - + - + + + + + - - - + + + + + + + + + + + + + + - - - - + + + + - + + + + + - - - - - - - + + + + - - + - - + - + + + + + + + + + + + + + + + - - - + + + + - - - - + + + + - - + + + + + + + + + + + + + + + - + + + + - - - - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Instance TypeVCPUsMemory (GiB)USD/Credit per hourInstance TypeVCPUsMemory (GiB)USD/Credit per hour
m6i.largem6i.xlargem6i.2xlargem6i.4xlargem6i.8xlargem7i.largem7i.xlargem7i.2xlargem7i.4xlargem7i.8xlargem5.largem5.xlargem5.2xlargem5.4xlargem5.8xlargem7g.largem7g.xlargem7g.2xlargem7g.4xlargem7g.8xlargec5.largec5.xlargec5.2xlargec5.4xlargec5.9xlargeg4dn.xlargeg4dn.2xlargeg4dn.4xlargeg4dn.8xlargeg4dn.12xlargeg4dn.16xlarge28$0.115
2m6i.xlarge 48 16$0.230
m6i.2xlarge8 32248$0.461
m6i.4xlarge 1664$0.922
m6i.8xlarge 32128$1.843
m7i.large 24 816322$0.121
m7i.xlarge 48 16$0.242
m7i.2xlarge8 32248163648$0.484
m7i.4xlarge 163248 64$0.968
816m7i.8xlarge 3264 128$1.935
m5.large2 8$0.115
m5.xlarge4 16$
m5.2xlarge8 32641288$0.461
m5.4xlarge 1632 64128816$0.922
m5.8xlarge 3264 1284$1.843
m7g.large2 8$0.098
m7g.xlarge4 16$0.195
m7g.2xlarge8 3272$0.392
m7g.4xlarge 1632 64128192256$0.784
$0.115$0.230$0.461$0.922$1.843$0.121$0.242$0.484$0.968$1.935$0.115$0.230$0.461$0.922$1.843$0.098$0.195$0.392$0.784m7g.8xlarge32128 $1.567
c5.large24 $0.102
c5.xlarge48 $0.204
c5.2xlarge816 $0.408
c5.4xlarge1632 $0.816
c5.9xlarge3672 $1.836
g4dn.xlarge416 $0.631
g4dn.2xlarge832 $0.902
g4dn.4xlarge1664 $1.445
g4dn.8xlarge32128 $2.611
g4dn.12xlarge48192 $4.964
g4dn.16xlarge64256 $5.222
@@ -395,12 +451,20 @@ Azure clusters will be charged Azure list pricing plus a markup of 20%. Note tha USD/Credit per hour - - - - - - + Standard_B2ms + 2 + 8 + 8300 + $0.083 + $0.10 + + + Standard_B4ms + 2 + 8 + 8300 + $0.083 + $0.10 From 2a8291104bf5d9d555e472bf2fd00a2c79e4a5b6 Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Thu, 19 Dec 2024 12:05:39 -0700 Subject: [PATCH 6/9] gcp --- docs/vendor/testing-pricing.mdx | 310 ++++++++++++++++++++------------ 1 file changed, 191 insertions(+), 119 deletions(-) diff --git a/docs/vendor/testing-pricing.mdx b/docs/vendor/testing-pricing.mdx index 66b3035bec..24bc19f18c 100644 --- a/docs/vendor/testing-pricing.mdx +++ b/docs/vendor/testing-pricing.mdx @@ -262,180 +262,252 @@ GCP clusters will be charged GCP list pricing plus a markup of 20%. Note that th - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + - - - - - - - - - - - - - - + + - - - - + + + + - - - - - + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + -
Instance TypeVCPUsMemory (GiB)USD/Credit per hourInstance TypeVCPUsMemory (GiB)USD/Credit per hour
n2-standard-228$0.117
n2-standard-4416$0.233
n2-standard-8832$0.466
n2-standard-161664$0.932
n2-standard-32t2a-standard-2t2a-standard-4t2a-standard-8t2a-standard-16t2a-standard-32t2a-standard-48e2-standard-2e2-standard-4e2-standard-8e2-standard-16e2-standard-32n1-standard-1+nvidia-tesla-t4+1n1-standard-1+nvidia-tesla-t4+2n1-standard-1+nvidia-tesla-t4+4n1-standard-2+nvidia-tesla-t4+1n1-standard-2+nvidia-tesla-t4+2n1-standard-2+nvidia-tesla-t4+4n1-standard-4+nvidia-tesla-t4+1n1-standard-4+nvidia-tesla-t4+2n1-standard-4+nvidia-tesla-t4+4n1-standard-8+nvidia-tesla-t4+1n1-standard-8+nvidia-tesla-t4+2n1-standard-8+nvidia-tesla-t4+4n1-standard-16+nvidia-tesla-t4+1n1-standard-16+nvidia-tesla-t4+2n1-standard-16+nvidia-tesla-t4+4n1-standard-32+nvidia-tesla-t4+1n1-standard-32+nvidia-tesla-t4+2n1-standard-32+nvidia-tesla-t4+4n1-standard-64+nvidia-tesla-t4+1n1-standard-64+nvidia-tesla-t4+2n1-standard-64+nvidia-tesla-t4+4n1-standard-96+nvidia-tesla-t4+1n1-standard-96+nvidia-tesla-t4+2n1-standard-96+nvidia-tesla-t4+432128$1.865
t2a-standard-2 24 816322$0.092
t2a-standard-4 416$0.185
t2a-standard-8 832$0.370
t2a-standard-16 1664$0.739
t2a-standard-32 32128$1.478
t2a-standard-48 48192$2.218
e2-standard-2 24 8163211122244$0.081
e2-standard-4 48881616 16323232646464969696$0.161
e2-standard-8 816 32641288$0.322
e2-standard-16 1632 64128192816$0.643
e2-standard-32 3264 128$1.287
n1-standard-1+nvidia-tesla-t4+11 3.75$0.321
n1-standard-1+nvidia-tesla-t4+21 3.75$0.585
n1-standard-1+nvidia-tesla-t4+41 3.75$1.113
n1-standard-2+nvidia-tesla-t4+12 7.50$0.378
n1-standard-2+nvidia-tesla-t4+22 7.50$0.642
n1-standard-2+nvidia-tesla-t4+42 7.50$1.170
n1-standard-4+nvidia-tesla-t4+14 15$0.492
n1-standard-4+nvidia-tesla-t4+24 15$0.756
n1-standard-4+nvidia-tesla-t4+44 15$1.284
n1-standard-8+nvidia-tesla-t4+18 30$0.720
n1-standard-8+nvidia-tesla-t4+28 30$0.984
n1-standard-8+nvidia-tesla-t4+48 30$1.512
n1-standard-16+nvidia-tesla-t4+116 60$1.176
n1-standard-16+nvidia-tesla-t4+216 60$1.440
n1-standard-16+nvidia-tesla-t4+416 60$1.968
n1-standard-32+nvidia-tesla-t4+132 120$2.088
n1-standard-32+nvidia-tesla-t4+232 120$2.352
n1-standard-32+nvidia-tesla-t4+432 120$2.880
n1-standard-64+nvidia-tesla-t4+164 240240240360360360$3.912
$0.117$0.223$0.466$0.932$1.865$0.092$0.185$0.370$0.739$1.478$2.218$0.081$0.161$0.322$0.643$1.287$0.321$0.585$1.113$0.378$0.642$1.170$0.492$0.756$1.284$0.720$0.984$1.512$1.176$1.440$1.968$2.088$2.352$2.880$3.192n1-standard-64+nvidia-tesla-t4+264240 $4.176
n1-standard-64+nvidia-tesla-t4+464240 $4.704
n1-standard-96+nvidia-tesla-t4+196360 $5.736
n1-standard-96+nvidia-tesla-t4+296360 $6.000
n1-standard-96+nvidia-tesla-t4+496360 $6.528
+ ### Azure AKS Cluster Pricing From 05d55e8f3505e84b656664fa4d68fa56105ea9de Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Thu, 19 Dec 2024 12:25:46 -0700 Subject: [PATCH 7/9] azure --- docs/vendor/testing-pricing.mdx | 194 ++++++++++++++++++++++++++++++-- 1 file changed, 185 insertions(+), 9 deletions(-) diff --git a/docs/vendor/testing-pricing.mdx b/docs/vendor/testing-pricing.mdx index 24bc19f18c..de29bbae75 100644 --- a/docs/vendor/testing-pricing.mdx +++ b/docs/vendor/testing-pricing.mdx @@ -515,12 +515,12 @@ Azure clusters will be charged Azure list pricing plus a markup of 20%. Note tha - - - - - - + + + + + + @@ -532,11 +532,187 @@ Azure clusters will be charged Azure list pricing plus a markup of 20%. Note tha + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Instance TypeVCPUsMemory (GiB)RateList PriceUSD/Credit per hourInstance TypeVCPUsMemory (GiB)RateList PriceUSD/Credit per hour
Standard_B2ms
Standard_B4ms4161600$0.166$0.199
Standard_B8ms83233300$0.333$0.40
Standard_B16ms166466600$0.666$0.799
Standard_DS2_v2 2714600$0.146$0.175
Standard_DS3_v241429300$0.293$0.352
Standard_DS4_v2 88300$0.083$0.102858500$0.585$0.702
Standard_DS5_v21656117000$1.170$1.404
Standard_D2ps_v52814600$0.077$0.092
Standard_D4ps_v54167700$0.154$0.185
Standard_D8ps_v583215400$0.308$0.370
Standard_D16ps_v5166430800$0.616$0.739
Standard_D32ps_v53212861600$1.232$1.478
Standard_D48ps_v54819223200$1.848$2.218
Standard_NC4as_T4_v342852600$0.526$0.631
Standard_NC8as_T4_v385675200$0.752$0.902
Standard_NC16as_T4_v316110120400$1.204$1.445
Standard_NC64as_T4_v364440435200$4.352$5.222
Standard_D2S_v5289600$0.096$0.115
Standard_D4S_v541619200$0.192$0.230
Standard_D8S_v583238400$0.384$0.461
Standard_D16S_v5166476800$0.768$0.922
Standard_D32S_v532128153600$1.536$1.843
Standard_D64S_v564192230400$2.304$2.765
From 21bc9c71658494ab196a939ec15a617b44e60fc8 Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Thu, 19 Dec 2024 12:33:36 -0700 Subject: [PATCH 8/9] oracle --- docs/vendor/testing-pricing.mdx | 104 +++++++++++++++++++++++++++++--- 1 file changed, 95 insertions(+), 9 deletions(-) diff --git a/docs/vendor/testing-pricing.mdx b/docs/vendor/testing-pricing.mdx index de29bbae75..7b7ed1cb97 100644 --- a/docs/vendor/testing-pricing.mdx +++ b/docs/vendor/testing-pricing.mdx @@ -722,15 +722,101 @@ Oracle based clusters will be charged Oracle list pricing plus a markup of 20%. - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + -
Instance TypeVCPUsMemory (GiB)USD/Credit per hourInstance TypeVCPUsMemory (GiB)USD/Credit per hour
VM.Standard2.1115$0.076
VM.Standard2.2230$0.153
VM.Standard2.4460$0.306
VM.Standard2.88120$0.612
VM.Standard2.1616240$1.225
VM.Standard3Flex.114$0.055
VM.Standard3Flex.228$0.110
VM.Standard3Flex.4416$0.221
VM.Standard3Flex.8832$0.442
VM.Standard3Flex.161664$0.883
VM.Standard.A1.Flex.114$0.019
VM.Standard.A1.Flex.228$0.038
\ No newline at end of file + + VM.Standard.A1.Flex.4 + 4 + 16 + $0.077 + + + VM.Standard.A1.Flex.8 + 8 + 32 + $0.154 + + + VM.Standard.A1.Flex.16 + 16 + 64 + $0.309 + + + +Last modified December 19, 2024 \ No newline at end of file From 7304c3e95e1126c15d9b7bee70a1214b9b1c3479 Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Thu, 19 Dec 2024 12:35:04 -0700 Subject: [PATCH 9/9] missing value --- docs/vendor/testing-pricing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vendor/testing-pricing.mdx b/docs/vendor/testing-pricing.mdx index 7b7ed1cb97..7ca5cd61b4 100644 --- a/docs/vendor/testing-pricing.mdx +++ b/docs/vendor/testing-pricing.mdx @@ -138,7 +138,7 @@ AWS clusters will be charged AWS pricing plus a markup of 20%. Note that the mar m5.xlarge 4 16 - $ + $0.230 m5.2xlarge