Activate NVIDIA GRID Virtual Applications on your Amazon EC2 GPU-based instances
To activate the GRID Virtual Applications on GPU-based instances that have NVIDIA GPUs (NVIDIA GRID Virtual Workstation is enabled by default), you must define the product type for the driver. The process that you use depends on the operating system of your instance.
To activate GRID Virtual Applications on your Linux instances
-
Create the
/etc/nvidia/gridd.conf
file from the provided template file.[ec2-user ~]$
sudo cp /etc/nvidia/gridd.conf.template /etc/nvidia/gridd.conf -
Open the
/etc/nvidia/gridd.conf
file in your favorite text editor. -
Find the
FeatureType
line, and set it equal to0
. Then add a line withIgnoreSP=TRUE
.FeatureType=0 IgnoreSP=TRUE
-
Save the file and exit.
-
Reboot the instance to pick up the new configuration.
[ec2-user ~]$
sudo reboot
To activate GRID Virtual Applications on your Windows instances
-
Run regedit.exe to open the registry editor.
-
Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\GridLicensing
. -
Open the context (right-click) menu on the right pane and choose New, DWORD.
-
For Name, enter FeatureType and type
Enter
. -
Open the context (right-click) menu on FeatureType and choose Modify.
-
For Value data, enter
0
for NVIDIA GRID Virtual Applications and choose OK. -
Open the context (right-click) menu on the right pane and choose New, DWORD.
-
For Name, enter IgnoreSP and type
Enter
. -
Open the context (right-click) menu on IgnoreSP and choose Modify.
-
For Value data, type
1
and choose OK. -
Close the registry editor.