Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 1bfa5f7

Browse files
authored
docs/update Add region to AMI links (#42137)
* Add region to AMI links * Remove space from DigitalOcean
1 parent cbc2aa0 commit 1bfa5f7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/admin/deploy/aws-ami.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Select an AMI according to the number of users and repositories you have using t
5151
| **Repositories** | 5,000 | 10,000 | 50,000 | 100,000 | 250,000 |
5252
| **Recommended** | m6a.2xlarge | m6a.4xlarge | m6a.8xlarge | m6a.12xlarge | m6a.24xlarge |
5353
| **Minimum** | m6a.2xlarge | m6a.2xlarge | m6a.4xlarge | m6a.8xlarge | m6a.12xlarge |
54-
| **AMI** | [sourcegraph-XS (v4.0.0)](https://console.aws.amazon.com/ec2#ImageDetails:imageId=ami-0ee5cdc5e89a4bee2) | <span class="badge badge-warning">Coming soon</span> | <span class="badge badge-warning">Coming soon</span> | [sourcegraph-L (v4.0.0)](https://console.aws.amazon.com/ec2#ImageDetails:imageId=ami-021db30b6db9b0634) | [sourcegraph-XL (v4.0.0)](https://console.aws.amazon.com/ec2#ImageDetails:imageId=ami-04b10e0fabedb6eac) |
54+
| **AMI** | [sourcegraph-XS (v4.0.0)](https://console.aws.amazon.com/ec2/v2/home?region=us-west-2#ImageDetails:imageId=ami-0ee5cdc5e89a4bee2) | <span class="badge badge-warning">Coming soon</span> | <span class="badge badge-warning">Coming soon</span> | [sourcegraph-L (v4.0.0)](https://console.aws.amazon.com/ec2/v2/home?region=us-west-2#ImageDetails:imageId=ami-021db30b6db9b0634) | [sourcegraph-XL (v4.0.0)](https://console.aws.amazon.com/ec2/v2/home?region=us-west-2#ImageDetails:imageId=ami-04b10e0fabedb6eac) |
5555

5656
<span class="badge badge-critical">IMPORTANT</span> AMIs are currently only available in the **us-west-2 (Oregon)** region. More regions are coming soon.
5757

doc/admin/deploy/docker-compose/digitalocean.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Install Sourcegraph on Digital Ocean
1+
# Install Sourcegraph on DigitalOcean
22

33
This guide will take you through how to deploy a Sourcegraph instance to a single DigitalOcean Droplet with [Docker Compose](https://docs.docker.com/compose/).
44

55
---
66

77
## Configure
88

9-
[Create a new Digital Ocean Droplet](https://cloud.digitalocean.com/droplets/new) first, then configure the droplet following the instructions below for each section:
9+
[Create a new DigitalOcean Droplet](https://cloud.digitalocean.com/droplets/new) first, then configure the droplet following the instructions below for each section:
1010

1111
#### Choose an image
1212

doc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Sourcegraph is runnable in a variety of environments, from cloud to self-hosted
8787
<button class="app-btn btn" formaction="/admin/deploy/docker-compose/digitalocean">
8888
<img alt="digital-ocean-logo" src="https://storage.googleapis.com/sourcegraph-resource-estimator/assets/DigitalOcean.png"/>
8989
<h3>DigitalOcean</h3>
90-
<p>Deploy onto Digital Ocean</p>
90+
<p>Deploy onto DigitalOcean</p>
9191
</button>
9292
<!-- Docker Compose -->
9393
<button class="app-btn btn" formaction="/admin/install/docker-compose">

0 commit comments

Comments
 (0)