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
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: doc/cloud/index.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,32 @@ Sourcegraph Cloud instances are deployed in one of Google Cloud Platform data ce
75
75
76
76
More details about the locations and data storage can be found in [our handbook](https://handbook.sourcegraph.com/departments/cloud/technical-docs/multi-region/)
77
77
78
+
### Private Code Host support
79
+
80
+
Private Code Hosts refer to code hosts that are not publicly accessible, such as a GitHub or GitLab instance protected by a VPN.
81
+
82
+
Sourcegraph Cloud connects to customer code hosts from 2 public NAT IPs. Customers can add the dedicated IPs for their Sourcegraph Cloud instance to an IP allowlist on their private code host.
83
+
84
+
#### Code host on AWS without public access
85
+
86
+
As part of the [Enterprise tier](https://about.sourcegraph.com/pricing), Sourcegraph Cloud offers customers that have code hosts without public access deployed on AWS a [highly available site-to-site VPN solution](https://cloud.google.com/network-connectivity/docs/vpn/tutorials/create-ha-vpn-connections-google-cloud-aws) with [AWS Private Link](https://docs.aws.amazon.com/vpc/latest/privatelink/what-is-privatelink.html) inside AWS's network, so that access to a private code host never occurs over the public internet.
Advantages of the site-to-site GCP to AWS VPN include:
92
+
- encrypted connection between Sourcegraph Cloud and customer code host
93
+
- multiple tunnels to provide high availability between Cloud
94
+
instance and customer code host
95
+
96
+
Advantages of AWS Private Link include:
97
+
- connectivity to customer VPC is only available inside AWS network
98
+
- ability to select AWS Principal (AWS Account or more granular) that can connect to customer code host
99
+
- allows customer to control incoming connections
100
+
- supports private DNS
101
+
102
+
When a customer has private code hosts inside the AWS VPC and needs to expose it for Sourcegraph managed AWS VPC, customers can follow [AWS Documentation](https://docs.aws.amazon.com/vpc/latest/privatelink/create-endpoint-service.html)
103
+
78
104
### Health monitoring, support, and SLAs
79
105
80
106
- Instance performance and health [monitored](../admin/observability/index.md) by our team's on-call engineers.
0 commit comments