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
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,14 @@ Following these docs will provision the following resources:
8
8
- A root EBS volume with 50GB of storage
9
9
- An additional EBS volume with 500GB of storage for storing code and search indices
10
10
11
+
### Sourcegraph AMI account ID
12
+
13
+
All Sourcegraph AMIs are published from one of the following AWS accounts:
14
+
15
+
- Account ID: `840044800169`
16
+
- Account ID: `870751268155`
17
+
18
+
11
19
### Instance size chart
12
20
13
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.
@@ -26,7 +34,7 @@ Click [here](https://github.com/sourcegraph/deploy#amazon-ec2-amis) to see the c
26
34
27
35
**The default AMI username is `ec2-user`.**
28
36
29
-
<Callouttype="note">AMIs are optimized for the specific set of resources provided by the instance type, please ensure you use the correct AMI for the associated EC2 instance type. You can [resize your EC2 instance anytime](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-resize.html), but your Sourcegraph AMI must match accordingly. If needed, follow the [upgrade steps](#upgrade) to switch to the correct AMI image that is optimized for your EC2 instance type.</Callout>
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>
30
38
31
39
---
32
40
@@ -35,7 +43,7 @@ Click [here](https://github.com/sourcegraph/deploy#amazon-ec2-amis) to see the c
35
43
1. In the [instance size chart](#instance-size-chart), click the link for the AMI that matches your deployment size.
36
44
2. Choose **Launch instance from AMI**.
37
45
3. Name your instance.
38
-
4. Select an **instance type** according to [the sizing chart](#instance-size-chart).
46
+
4. Select an **instance type** according to [the sizing chart](#instance-size-chart) or your needs.
39
47
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).
0 commit comments