Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ins): add pop2-win bandwidth #4382

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 20 additions & 10 deletions pages/instances/reference-content/instances-bandwidth-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Bandwidth impacts how your applications perform and interact with other systems.
To maximize compatibility with [Block Storage Low Latency 15k](/block-storage/), select an Instance with **at least 3 GiB/s** of Block bandwidth.
</Message>

## COPARM Range
## COPARM1 range

| Instance Type | Internet Bandwidth | Block Bandwidth |
|-----------------------|-------------------------|---------------------|
Expand All @@ -40,7 +40,7 @@ Bandwidth impacts how your applications perform and interact with other systems.
| COPARM1-16C-64G | 1.6 Gbit/s | 640 MiB/s |
| COPARM1-32C-128G | 3.2 Gbit/s | 1.25 GiB/s |

## DEV Range
## DEV1 range

| Instance Type | Internet Bandwidth | Block Bandwidth |
|-----------------------|-------------------------|---------------------|
Expand All @@ -49,7 +49,7 @@ Bandwidth impacts how your applications perform and interact with other systems.
| DEV1-L | 400 Mbit/s | 200 MiB/s |
| DEV1-XL | 500 Mbit/s | 250 MiB/s |

## ENT Range
## ENT1 range

| Instance Type | Internet Bandwidth | Block Bandwidth |
|-----------------------|-------------------------|---------------------|
Expand All @@ -60,7 +60,7 @@ Bandwidth impacts how your applications perform and interact with other systems.
| ENT1-L | 6.4 Gbit/s | 6.25 GiB/s |
| ENT1-XL | 12.8 Gbit/s | 12.5 GiB/s |

## GP Range
## GP1 range

| Instance Type | Internet Bandwidth | Block Bandwidth |
|-----------------------|-------------------------|---------------------|
Expand All @@ -70,15 +70,15 @@ Bandwidth impacts how your applications perform and interact with other systems.
| GP1-L | 5 Gbit/s | 1 GiB/s |
| GP1-XL | 10 Gbit/s | 2 GiB/s |

## PLAY Range
## PLAY2 range

| Instance Type | Internet Bandwidth | Block Bandwidth |
|-----------------------|-------------------------|---------------------|
| PLAY2-PICO | 100 Mbit/s | 40 MiB/s |
| PLAY2-NANO | 200 Mbit/s | 80 MiB/s |
| PLAY2-MICRO | 400 Mbit/s | 160 MiB/s |

## PRO2 Range
## PRO2 range

| Instance Type | Internet Bandwidth | Block Bandwidth |
|-----------------------|-------------------------|---------------------|
Expand All @@ -88,7 +88,7 @@ Bandwidth impacts how your applications perform and interact with other systems.
| PRO2-M | 3 Gbit/s | 1 GiB/s |
| PRO2-L | 6 Gbit/s | 2 GiB/s |

## POP Range
## POP2 range

| Instance Type | Internet Bandwidth | Block Bandwidth |
|-----------------------|-------------------------|---------------------|
Expand All @@ -99,7 +99,17 @@ Bandwidth impacts how your applications perform and interact with other systems.
| POP2-32C-128G | 6.4 Gbit/s | 6.25 GiB/s |
| POP2-64C-256G | 12.8 Gbit/s | 12.5 GiB/s |

## POP-HC Range (High Compute)
## POP2-WIN range (Windows Server OS)

| Instance Type | Internet Bandwidth | Block Bandwidth |
|-----------------------|-------------------------|---------------------|
| POP2-2C-8G-WIN | 400 Mbit/s | 400 MiB/s |
| POP2-4C-16G-WIN | 800 Mbit/s | 800 MiB/s |
| POP2-8C-32G-WIN | 1.6 Gbit/s | 1.56 GiB/s |
| POP2-16C-64G-WIN | 3.2 Gbit/s | 3.12 GiB/s |
| POP2-32C-128G-WIN | 6.4 Gbit/s | 6.25 GiB/s |

## POP2-HC range (High Compute)

| Instance Type | Internet Bandwidth | Block Bandwidth |
|-----------------------|-------------------------|---------------------|
Expand All @@ -110,7 +120,7 @@ Bandwidth impacts how your applications perform and interact with other systems.
| POP2-HC-32C-64G | 6.4 Gbit/s | 6.25 GiB/s |
| POP2-HC-64C-128G | 12.8 Gbit/s | 12.5 GiB/s |

## POP-HM Range (High Memory)
## POP2-HM range (High Memory)

| Instance Type | Internet Bandwidth | Block Bandwidth |
|-----------------------|-------------------------|---------------------|
Expand All @@ -121,7 +131,7 @@ Bandwidth impacts how your applications perform and interact with other systems.
| POP2-HM-32C-256G | 6.4 Gbit/s | 6.25 GiB/s |
| POP2-HM-64C-512G | 12.8 Gbit/s | 12.5 GiB/s |

## POP-HN Range (High Network)
## POP2-HN range (High Network)

| Instance Type | Internet Bandwidth | Block Bandwidth |
|-----------------------|-------------------------|---------------------|
Expand Down