How to install Windows NICE DCV Servers on Amazon EC2 Instances

Know How Guide and Hands on Guide for AWS

How to install Windows NICE DCV Servers on Amazon EC2 Instances

This document explains how to install the NICE DCV server on Windows EC2 instance. Here use the GPU graphics instance G4 with Windows Server 2016 as example.

Install NICE DCV Server

  1. Create The IAM policy used for your IAM users or EC2 instance profile

China Region - NICE-DCV policy

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": "s3:GetObject",
            "Resource": ["arn:aws-cn:s3:::dcv-license.cn-north-1/*","arn:aws-cn:s3:::dcv-license.cn-northwest-1/*"]
        }
    ]
}
  1. Download the DCV Server from https://download.nice-dcv.com/ and install it

install-nice-dcv-server1

install-nice-dcv-server2

install-nice-dcv-server3

  1. Setup the secuirty group inbound rule open 8443 port

  2. DCV Client

Follow the guide download and install DCV Client

Connect to EC2 via DCV Client

install-nice-dcv-client

Reference

Installing the NICE DCV Server on Windows