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
Copy file name to clipboardExpand all lines: vpc/docs/description.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@
2
2
title: Service Description - Virtual Private Cloud
3
3
---
4
4
# VPC / Service Description
5
-
The Virtual Private Cloud (VPC) service offers a secure, isolated network environment for dedicated inter-server communication within the CBWS Cloud infrastructure. This service complements our Public Network services, which furnish public internet connectivity.
5
+
The Virtual Private Cloud (VPC) service offers a secure, isolated network environment for dedicated inter-machine communication within the CBWS Cloud infrastructure. This service complements our Public Network services, which furnish public internet connectivity.
6
6
7
7
This service can be used independently or in conjunction with our [Public Network service](/network/description) to provide comprehensive connectivity solutions for your hosted infrastructure.
8
8
9
9
## Service Overview
10
-
While our Public Network service facilitates your servers' connection to the public internet, the Virtual Private Cloud (VPC) service enables designated servers to communicate directly and securely over an isolated private network infrastructure. Each VPC can be configured to include one or more Private Networks. A Private Network is specific to a single Availability Zone. The VPC provides routing capabilities to enable communication between these distinct Private Networks across different Availability Zones within the same region, offering enhanced flexibility and resilience.
10
+
While our Public Network service facilitates your machines' connection to the public internet, the Virtual Private Cloud (VPC) service enables designated machines to communicate directly and securely over an isolated private network infrastructure. Each VPC can be configured to include one or more Private Networks. A Private Network is specific to a single Availability Zone. The VPC provides routing capabilities to enable communication between these distinct Private Networks across different Availability Zones within the same region, offering enhanced flexibility and resilience.
11
11
12
12
Traffic within your Private Networks, and traffic routed between them by the VPC, is segregated from public networks and other tenants. Furthermore, this private traffic is not subject to the bandwidth limitations or metered billing associated with the Public Network service.
13
13
14
-
The service is supported on virtual servers, as well as bare metal servers and with colocation services, in the following Availability Zones:
14
+
The service is supported on virtual machines, as well as bare metal machines and with colocation services, in the following Availability Zones:
15
15
16
16
-**Region nl-ein**
17
17
- nl-ein-1
@@ -20,8 +20,8 @@ The service is supported on virtual servers, as well as bare metal servers and w
20
20
## Key Features
21
21
22
22
1.**Isolated Network Segment**: Each Private Network within a VPC constitutes a distinct Layer 2 broadcast domain (VLAN) specific to an Availability Zone. This architecture ensures robust traffic segregation.
23
-
2.**Low Latency**: Direct server-to-server connectivity within a Private Network minimizes network hops and processing overhead. Communication routed by the VPC between Private Networks in different Availability Zones also benefits from optimized, low-latency paths.
24
-
3.**Unmetered Internal Traffic**: Data transfer between servers within the same Private Network (i.e., within the same Availability Zone) is unmetered. Furthermore, data transfer routed by the VPC between different Private Networks (i.e., across Availability Zones within the same region) also does not contribute to public bandwidth quotas (as defined by the Public Network service) and incurs no additional data transfer costs.
23
+
2.**Low Latency**: Direct machine-to-machine connectivity within a Private Network minimizes network hops and processing overhead. Communication routed by the VPC between Private Networks in different Availability Zones also benefits from optimized, low-latency paths.
24
+
3.**Unmetered Internal Traffic**: Data transfer between machines within the same Private Network (i.e., within the same Availability Zone) is unmetered. Furthermore, data transfer routed by the VPC between different Private Networks (i.e., across Availability Zones within the same region) also does not contribute to public bandwidth quotas (as defined by the Public Network service) and incurs no additional data transfer costs.
25
25
4.**Regional Redundancy and Resilience**: By enabling the creation of Private Networks in multiple Availability Zones within the same region, and providing routing between them, the VPC service facilitates the design and deployment of highly available and fault-tolerant application architectures. This allows services to withstand the failure of an individual Availability Zone.
26
26
27
27
## Service Level Agreement (SLA)
@@ -32,21 +32,21 @@ For detailed terms, conditions, claim processes, and compensation related to thi
32
32
33
33
## Implementation details
34
34
35
-
Upon provisioning, servers designated for a Virtual Private Cloud are configured with access to their specified Private Network(s) within the VPC.
35
+
Upon provisioning, machines designated for a Virtual Private Cloud are configured with access to their specified Private Network(s) within the VPC.
36
36
37
-
-**Availability Zone connectivity (Private Networks)**: Within a single Availability Zone, each Private Network in your VPC provides Layer 2 connectivity. This allows for a flat network segment across your servers in that AZ as part of that Private Network.
37
+
-**Availability Zone connectivity (Private Networks)**: Within a single Availability Zone, each Private Network in your VPC provides Layer 2 connectivity. This allows for a flat network segment across your machines in that AZ as part of that Private Network.
38
38
39
39
-**Region connectivity (VPC Routing)**: CBWS provides an interconnected private high-capacity backbone between its Availability Zones within the same region. The VPC's routing capabilities utilize this backbone to facilitate communication between your Private Networks located in different Availability Zones, based on Layer 3 routing between these subnets (the Private Networks).
40
40
41
-
### Virtual servers
41
+
### Virtual machines
42
42
43
-
For virtual servers, a dedicated virtual network interface is provisioned and assigned to the server, granting access to the designated Private Network. The maximum bandwidth available to this interface corresponds to the advertised capacity of the selected flavor.
43
+
For virtual machines, a dedicated virtual network interface is provisioned and assigned to the machine, granting access to the designated Private Network. The maximum bandwidth available to this interface corresponds to the advertised capacity of the selected flavor.
44
44
45
-
### Physical servers
45
+
### Bare metal machines
46
46
47
47
_Relevant for bare metal & colocation._
48
48
49
-
By default, for physical servers using VPC, we typically deploy combined uplinks for the Public Network service and the Virtual Private Cloud. This consolidated approach allows the total uplink capacity to be shared dynamically between public internet traffic and private VPC traffic, optimizing bandwidth utilization. Specific configurations can be discussed.
49
+
By default, for physical machines using VPC, we typically deploy combined uplinks for the Public Network service and the Virtual Private Cloud. This consolidated approach allows the total uplink capacity to be shared dynamically between public internet traffic and private VPC traffic, optimizing bandwidth utilization. Specific configurations can be discussed.
50
50
51
51
## Additional Services
52
52
@@ -57,4 +57,4 @@ This allows your instances within Private Networks to access the internet for up
57
57
58
58
## Combining with Public Network
59
59
60
-
While this service provides private networking, our [Public Network service](/network/description) can be used simultaneously (e.g., via the NAT Gateway or by assigning public IPs directly to select resources) to allow controlled access to and from the public internet.
60
+
While this service provides private networking, our [Public Network service](/network/description) can be used simultaneously (e.g., via the NAT Gateway or by assigning public IPs directly to select resources) to allow controlled access to and from the public internet.
0 commit comments