I subscribed and used AMI in AWS Marketplace, but the license is not available normally

[AWS Marketplace]
Product : NVIDIA RTX Virtual Workstation - CentOS 7 (Amazon Machine Image)
Product ID : 6c23a674-1645-468f-a1cc-ab5da8cd1516
Offer : Ingram Micro

I used the AMI after subscribing because I needed an RTX Virtual Workstation license for nvidia-grid.
The RTX Virtual Workstation license is lost during the installation of the gnome package for Nice-DCV installation.

  • Work before installing gnome
    (to resolve NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running. ERROR)

cat << EOF | sudo tee --append /etc/modprobe.d/blacklist.conf
blacklist vga16fb
blacklist nouveau
blacklist rivafb
blacklist nvidiafb
blacklist rivatv
EOF

Add GRUB_CMDLINE_LINUX=“rdblacklist=nouveau” to Add GRUB_CMDLINE_LINUX=“rdblacklist=nouveau” to /etc/default/grub

grub2-mkconfig -o /boot/grub2/grub.cfg

  • Commands used when installing gnome

yum groupinstall “GNOME Desktop”

When rebooting after installation, the Licensed Product will be changed as follows.

  1. Check with nvidia-smi -q

    vGPU Software Licensed Product
    Product Name : NVIDIA Virtual Applications
    License Status : Licensed (Expiry: N/A)

Result : “The RTX Virtual Workstation license is no longer in effect and is covered by the NVIDIA Virtual Applications license.
If Gnome is installed and becomes a GUI environment, RTX Virtual Workstation is no longer available.”