Microsoft SQL Server is not supported for the instance type 'g5.xlarge'?

0

I have created an instance of g5.xlarge with the Microsoft WIndows 2019 Server and MSSQL Server Standard 2019 AMI. When I tried to launch the instance, it failed at launch initiation with the message: "Microsoft SQL Server is not supported for the instance type 'g5.xlarge'". Does this just mean that the AMI is incompatible with g5.xlarge and I just need to select the Windows 2019 AMI launch it and then install MSSQL server myself or, will it not run on a g5.xlarge instance? If not, are there any options to use an alternative configuration such as a Fail Over Cluster Instance?

2回答
0

Windows is not supported ton Graviton instances, but it is on Nitro.

If you are using linux you can use Graviton instances and Run SQL Server on it.

You can use Always On Failover Cluster Instances (FCI) for instance-level failover using Amazon FSx providing shared storage. For more information, please see the implementation using FSx for Windows and FSx for NetApp ONTAP

AWS
Rafet
回答済み 1年前
0

Go to https://aws.amazon.com/ec2/pricing/on-demand/ and select Windows with SQL Standard as the OS and it will list what instance types are able to be used with this AMI.

It appears that G5 instances (and indeed, any Accelerated Computing instance types https://aws.amazon.com/ec2/instance-types/#Accelerated_Computing ) are not supported.

Best to look for an instance type with a similar spec to the g5.xlarge among the instance types that are supported.

profile picture
エキスパート
Steve_M
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ