From c60889e84f6504966a3c6651ed45e128ed2fb490 Mon Sep 17 00:00:00 2001 From: sudlud Date: Wed, 18 Sep 2024 08:53:58 +0200 Subject: [PATCH] Update aws-tutorial.md - drop reference to old Ubuntu LTS --- docs/aws-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/aws-tutorial.md b/docs/aws-tutorial.md index 2e9bc96e..7aa01cd9 100644 --- a/docs/aws-tutorial.md +++ b/docs/aws-tutorial.md @@ -135,7 +135,7 @@ aws ec2 authorize-security-group-ingress --group-id $SECURITY_GROUP_ID --ip-perm ### Finding an AMI - [Ubuntu 18.04 LTS](https://console.aws.amazon.com/ec2/home?region=us-east-1#launchAmi=ami-024a64a6685d05041) will be used for the guide but any Linux distribution should be fine. Keep in mind there may be small idiosyncrasies with differing distributions. Newer AMI releases of Ubuntu can be found [here](https://cloud-images.ubuntu.com/locator/ec2/) and other AMIs found on the [AWS Marketplace](https://aws.amazon.com/marketplace/ref=csl_ec2_ami). The AMI that is used for the guide is `ami-024a64a6685d05041`. Find more information on this image with: +Latest Ubuntu LTS will be used for the guide but any Linux distribution supported by AzerothCore should be fine. Keep in mind there may be small idiosyncrasies with differing distributions. Newer AMI releases of Ubuntu can be found [here](https://cloud-images.ubuntu.com/locator/ec2/) and other AMIs found on the [AWS Marketplace](https://aws.amazon.com/marketplace/ref=csl_ec2_ami). The AMI that is used for the guide is `ami-024a64a6685d05041`. Find more information on this image with: ```bash aws ec2 describe-images --image-ids ami-024a64a6685d05041