AWS NICE DCV config files
This is the dir usually in /etc/dcv
containing all the AWS NICE DCV Server config, more
docs is available at the official AWS NICE Documentation Portal
It has my private config, they are here for reference for everyone who wants to play with AWS NICE. If you want to contact me I am @mastrolinux on Twitter
You can install Ubuntu 18.04 by using the using my AMI on the AWS Marketplace
To install the AMI you will need to allow the license (free from AWS) to be fetched from a specific S3 repo.
You must have specific information to be able to connect to the server. The Ubuntu Desktop server's IP address or host name. The NICE DCV Server is started on port 8443. Default username is "ubuntu".
- Make sure the instance security groups allow inbound traffic to TCP port 8443, and 22 (for SSH Access,).
- Make sure the instance has the role to access the license file. Follow the AWS DCV Setting Up License Guide
- Connect to your remote machine with
ssh -i <your-pem-key> ubuntu@<public-dns>
- Set the password for the ubuntu with sudo passwd ubuntu. This is the password you will use to log in DCV. For more info follow the AWS DCV Admin Guide on Managing Sessions
- Install the native NICE DCV Client for you OS, detailed guides are available for
- Windows Client
- macOS Client
- Linux Client
- Web Browser (max resolution is 1920x1080)
- Connect to your remote machine with the NICE DCV native client by using the public IP or via web client at the URL https://<public_dns>:8443.
-
Look at the incredible performance of glxgears, the only bottleneck can be the bandwidth.
glxgears -info
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.
GL_RENDERER = Tesla T4/PCIe/SSE2
GL_VERSION = 4.6.0 NVIDIA 440.43
GL_VENDOR = NVIDIA Corporation
GL_EXTENSIONS = ...
VisualID 38, 0x26
46352 frames in 5.0 seconds = 9270.255 FPS
45307 frames in 5.0 seconds = 9060.985 FPS
45673 frames in 5.0 seconds = 9134.472 FPS
46038 frames in 5.0 seconds = 9207.584 FPS
47839 frames in 5.0 seconds = 9567.710 FPS
48198 frames in 5.0 seconds = 9639.454 FPS
The new CloudFormation Template version has the ability to automatically configure the NICE DCV license for you (it is freely provided by Amazon AWS).
During the setup you can choose some parameters:
* VPC
* Subnet
* CIDR Block for accessing the VM
* Instance Type
* Key pair (for SSH access)
* Password (for the default ubuntu user)
The template will automatically install the NICE DCV License by accessing an S3 file provided by Amazon AWS.