Skip to content

Running Windows on a g6e instance

0

Was anyone able to Windows and install NVidia's driver on a g6e instance? I tried windows 2022 base and windows 2019 base and they both crash when trying to install the driver for the L40s GPU.

asked a year ago160 views
2 Answers
2

If using public driver from NVIDIA website, 560.94 works for me ( screenshot below)

Enter image description here

Note that public Tesla driver from NVIDIA web site works in headless TCC mode, and cannot be used by Windows for graphics display output. In above nvidia-smi output, mode is TCC and process list is empty indicating GPU is not used by Windows desktop.

For Windows to use NVIDIA for display, you need to installing NVIDIA GRID driver on Windows Server 2022.

You can follow the guide at NVIDIA drivers for your Amazon EC2 instance, or blog Building a high-performance Windows workstation on AWS for graphics intensive applications which uses CloudFormation template to automate install.

Below is screenshot of NVIDIA GRID on g6e.xlarge which is created using CloudFormation. Note WDDM mode and explorer.exe in nvidia-smi process list

Enter image description here

AWS
EXPERT
answered a year ago
-1

Hello thehh,

Please take a look at the following Repost question, which provides recommendations: How to Install NVIDIA Driver on g6e.xlarge Windows Instances. This post includes detailed guidance on installing the NVIDIA driver for the g6e.xlarge instance type on Windows.

answered a year ago
  • Unfortunately, that post has a similar question, but the answer has nothing to do with the specific instance type or the NVIDIA driver, but rather the GRID driver (not relevant in this instance).

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.