You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated the quick-start managed services to add a blurb about new VM families. Also updated the screenshot to show the family selector on the VM Create page.
Copy file name to clipboardExpand all lines: about/pricing.mdx
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -76,12 +76,12 @@ Standard VMs come with dedicated CPU, memory, and local block storage. You can t
76
76
77
77
### Burstable VMs
78
78
79
-
Burstable VMs come with shared CPUs. They provide provide a fraction of one vCPU and offer burst capacity at micro-intervals. Memory and block storage is currently dedicated to each VM. Burstable VMs are best suited for low-traffic websites, development and testing workloads, and AI agents.
79
+
Burstable VMs come with shared CPUs. Each VM can utilize host cpu capacity up to 50% of the allocated vCPU and additionally burst up to 100% of the allocated vCPU at micro-intervals. Memory and block storage is currently dedicated to each VM. Burstable VMs are best suited for low-traffic websites, development and testing workloads, and AI agents.
@@ -113,12 +113,12 @@ Standard Managed PostgreSQL comes with dedicated CPU, memory, and local block st
113
113
114
114
### Burstable PostgreSQL
115
115
116
-
Burstable Managed PostgreSQL comes with shared CPUs. They provide a fraction of one vCPU and offer burst capacity at micro-intervals. Memory and local block storage are currently dedicated to the database.
116
+
Burstable Managed PostgreSQL comes with shared CPUs. Each VM can utilize host cpu capacity up to 50% of the allocated vCPU and additionally burst up to 100% of the allocated vCPU at micro-intervals. Memory and local block storage are currently dedicated to the database.
Copy file name to clipboardExpand all lines: quick-start/managed-services.mdx
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,9 @@ We require an active, valid credit card on file before you can create resources.
22
22
23
23
On the navigation menu, choose Compute service and then click on New Virtual Machine. This will take you to the VM creation page.
24
24
25
-
Here, you can choose your region, server size, and Linux distribution. You also need to add your public SSH key so that you can connect to the VM after creation.
25
+
Here, you can choose your region, server family and size, and Linux distribution. You also need to add your public SSH key so that you can connect to the VM after creation.
26
+
27
+
We offer two server families - Standard and Burstable. Standard provides a dedicated CPU and 4GB of memory per vCPU. It is best suited for your general purpose and the most demanding workloads. Burstable provides a shared CPU with 2GB of memory per vCPU. It works best for variable workloads, low-traffic websites, development and testing workloads, and AI agents.
26
28
27
29
By default, we create a private subnet for each VM. If you have an existing private subnet, you can also choose to create your VM in that subnet. Each VM gets a private IPv4 and IPv6 address in your virtual network. The VM also gets a public IPv6 address for free and by default gets a public IPv4 address for a small fee.
0 commit comments