Skip to content

Commit 7c63506

Browse files
authored
chore(docs): Note dynamic AWS sizing (#928)
Change AMI docs to reference AWS AMI dynamic sizing that is no longer strictly tied to T-Shirt sizes and pre-defined EC2 instance sizes
1 parent f2a8164 commit 7c63506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/admin/deploy/machine-images/aws-ami.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Click [here](https://github.com/sourcegraph/deploy#amazon-ec2-amis) to see the c
3434

3535
**The default AMI username is `ec2-user`.**
3636

37-
<Callout type="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+
<Callout type="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>
3838

3939
---
4040

@@ -43,7 +43,7 @@ Click [here](https://github.com/sourcegraph/deploy#amazon-ec2-amis) to see the c
4343
1. In the [instance size chart](#instance-size-chart), click the link for the AMI that matches your deployment size.
4444
2. Choose **Launch instance from AMI**.
4545
3. Name your instance.
46-
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.
4747
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).
4848
6. **Network settings**:
4949
- Under "Auto-assign public IP" select "Enable".

0 commit comments

Comments
 (0)