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: docs/admin/deploy/machine-images/aws-ami.mdx
+6-16Lines changed: 6 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,34 +16,24 @@ All Sourcegraph AMIs are published from one of the following AWS accounts:
16
16
- Account ID: `870751268155`
17
17
18
18
19
-
### Instance size chart
19
+
### Instance sizing
20
20
21
-
Select an AMI according and instance type to the number of users and repositories you have using this table. If you fall between two sizes, choose the larger of the two.
22
-
23
-
For example, if you have 8,000 users with 80,000 repositories, your instance size would be **L**. If you have 1,000 users with 80,000 repositories, you should still go with size **M**.
|**Users**| greater than or equal to 500 | greater than or equal to 1,000 | greater than or equal to 5,000 | greater than or equal to 10,000 | greater than or equal to 20,000 |
28
-
|**Repositories**| greater than or equal to 5,000 | greater than or equal to 10,000 | greater than or equal to 50,000 | greater than or equal to 100,000 | greater than or equal to 250,000 |
Refer to our [AWS Instance Sizing](/how-to/aws-instance-sizing) guide to determine the appropriate EC2 instance type for your Sourcegraph deployment based on the number of users and repositories.
32
22
33
23
Click [here](https://github.com/sourcegraph/deploy#amazon-ec2-amis) to see the completed list of AMI IDs published in each region.
34
24
35
25
**The default AMI username is `ec2-user`.**
36
26
37
-
<Callouttype="note">While we recommend certain image types in our sizing chart, AMIs will dynamically use the resources available on the EC2 instance type they are deployed to, provided the minimum amount of resources needed is available. If you would like to resize your EC2 instance, follow the [upgrade steps](#upgrade) to switch to the correct AMI image that is optimized for your EC2 instance type.</Callout>
38
-
39
27
---
40
28
41
29
## Deploy Sourcegraph
42
30
43
-
1. In the [instance size chart](#instance-size-chart), click the link for the AMI that matches your deployment size.
31
+
<imgwidth="1256"alt="Screenshot 2025-05-06 at 3 52 51 PM"src="https://github.com/user-attachments/assets/8e98792b-16d9-4c0c-a3a1-981246a811b8" />
32
+
33
+
1. Search for Sourcegraph in the AWS Marketplace or AMI catalog (see screenshot in the introduction).
44
34
2. Choose **Launch instance from AMI**.
45
35
3. Name your instance.
46
-
4. Select an **instance type** according to [the sizing chart](#instance-size-chart) or your needs.
36
+
4. Select an **instance type** according to [our sizing guide](/how-to/aws-instance-sizing) or your specific requirements.
47
37
5.**Key pair (login)**: Select or create a new Key Pair for connecting to your instance securely (this may be required in the event you need support).
Copy file name to clipboardExpand all lines: docs/analytics/index.mdx
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,25 @@
1
1
# Sourcegraph Analytics
2
2
3
-
Enterprise customers can use Sourcegraph Analytics to get a clear view of usage, engagement, performance, and impact.
3
+
Enterprise customers can use Sourcegraph Analytics to get a clear view of usage, engagement, performance, and impact.
4
4
5
5
## Sourcegraph Cloud Analytics
6
+
This solution is available to:
7
+
-[Sourcegraph Cloud](/cloud) customers
8
+
- Self-hosted customers that have fully enabled usage telemetry, and that are running a supported version of Sourcegraph (5.9+)
6
9
7
10
[Sourcegraph Cloud](/cloud) customers can use our managed [cloud analytics service](https://cody-analytics.sourcegraph.com) for Cody and Code Search usage data.
8
-
Self-hosted customers can also use this service, but they must
9
-
10
-
Upgrade to a supported version of Sourcegraph (5.9+)
11
-
Have fully enabled usage telemetry.
12
-
11
+
Self-hosted customers can also use this service, but they must:
12
+
- Upgrade to a supported version of Sourcegraph (5.9+)
Self-hosted customers will soon be able to use our self-hosted and locally deployed analytics service, built on Grafana, to see Sourcegraph usage data.
22
+
Air-gapped customers will soon be able to use our self-hosted and locally deployed analytics service, built on Grafana, to see Sourcegraph usage data.
20
23
21
24
This product is in development now. If you would like to learn more, please contact your Sourcegraph representative.
Select an instance type according to the number of users and repositories you have using this table. If you fall between two sizes, choose the larger of the two.
6
+
7
+
For example, if you have 8,000 users with 80,000 repositories, your instance size would be **L**. If you have 1,000 users with 80,000 repositories, you should still go with size **M**.
<Callouttype="note">While we recommend certain instance types in our sizing chart, the Sourcegraph AMI will dynamically use the resources available on the EC2 instance type it is deployed to, provided the minimum amount of resources needed is available. If you would like to resize your EC2 instance, follow the [upgrade steps](/admin/deploy/machine-images/aws-ami#upgrade) to switch to a more appropriate instance type.</Callout>
0 commit comments