Install AMD drivers on Windows instances
An instance with an attached AMD GPU, such as a G4ad instance, must have the appropriate AMD driver installed. Depending on your requirements, you can either use an AMI with the driver preinstalled or download a driver from Amazon S3.
Note
We require TLS 1.2 and recommend TLS 1.3. Your client must meet this requirement to
download from Amazon Simple Storage Service (Amazon S3). For more information, see TLS
1.2 to become the minimum TLS protocol level for all Amazon API
endpoints
To install NVIDIA drivers on an instance with an attached NVIDIA GPU, such as a G4dn instance, see Install NVIDIA drivers instead. To install AMD drivers on a Linux instance, see Install AMD drivers on a Linux instance.
Contents
AMD Radeon Pro Software for Enterprise Driver
The AMD Radeon Pro Software for Enterprise Driver is built to deliver support for professional-grade graphics use cases. Using the driver, you can configure your instances with two 4K displays per GPU.
Supported APIs
-
OpenGL, OpenCL
-
Vulkan
-
DirectX 9 and later
-
AMD Advanced Media Framework
-
Microsoft Hardware Media Foundation Transform
AMIs with the AMD driver installed
Amazon offers different Amazon Machine Images (AMI) that come with the AMD drivers
installed. Open Marketplace offerings with the AMD driver
AMD driver download
If you aren't using an AMI with the AMD driver installed, you can download the AMD driver and install it on your instance. The AMD driver is only supported for Windows Server 2016 and Windows Server 2019 operating systems.
Note
AMD driver version amdgpu-pro-20.20-1184451 and newer driver releases require kernel version 5.15 or higher.
These downloads are available to Amazon customers only. By downloading, you agree
to use the downloaded software only to develop AMIs for use with the AMD Radeon
Pro V520 hardware. Upon installation of the software, you are bound by the terms of
the AMD Software End User License
Agreement
To install the AMD driver on your Windows instance
-
Connect to your Windows instance and open a PowerShell window.
-
Configure default credentials for the Amazon Tools for Windows PowerShell on your Windows instance. For more information, see Getting Started with the Amazon Tools for Windows PowerShell in the Amazon Tools for Windows PowerShell User Guide.
Important
Your user or role must have the permissions granted that contains the AmazonS3ReadOnlyAccess policy. For more information, see Amazon managed policy: AmazonS3ReadOnlyAccess in the Amazon Simple Storage Service User Guide.
-
Download the drivers from Amazon S3 to your desktop using the following PowerShell commands.
$Bucket = "ec2-amd-windows-drivers" $KeyPrefix = "latest" # use "archives" for Windows Server 2016 $LocalPath = "$home\Desktop\AMD" $Objects = Get-S3Object -BucketName $Bucket -KeyPrefix $KeyPrefix -Region us-east-1 foreach ($Object in $Objects) { $LocalFileName = $Object.Key if ($LocalFileName -ne '' -and $Object.Size -ne 0) { $LocalFilePath = Join-Path $LocalPath $LocalFileName Copy-S3Object -BucketName $Bucket -Key $Object.Key -LocalFile $LocalFilePath -Region us-east-1 } }
-
Unzip the downloaded driver file and run the installer using the following PowerShell commands.
Expand-Archive $LocalFilePath -DestinationPath "$home\Desktop\AMD\$KeyPrefix" -Verbose
Now, check the content of the new directory. The directory name can be retrieved using the
Get-ChildItem
PowerShell command.Get-ChildItem "$home\Desktop\AMD\$KeyPrefix"
The output should be similar to the following:
Directory: C:\Users\Administrator\Desktop\AMD\latest Mode LastWriteTime Length Name ---- ------------- ------ ---- d----- 10/13/2021 12:52 AM 210414a-365562C-Retail_End_User.2
Install the drivers:
pnputil /add-driver $home\Desktop\AMD\$KeyPrefix\*.inf /install /subdirs
-
Follow the instructions to install the driver and reboot your instance as required.
-
To verify that the GPU is working properly, check Device Manager. You should see "AMD Radeon Pro V520 MxGPU" listed as a display adapter.
-
To help take advantage of the four displays of up to 4K resolution, set up the high-performance display protocol, NICE DCV.