Session templates
A Amazon DCV session template is created by admins to define the details of the session to be created.
To create a session, you must first have an existing session template that you will use to create a session from.
On the Session templates page, you can view session templates that you created, and their detailed information.
You can configure the visible fields in the top navigation bar by selecting the gear icon. To view more details in a split panel view, use the picker to select a template, and then select the caret (^) icon at the bottom-right corner of the page.
Session template details
For more information see Creating a session.
Property | Description |
---|---|
Template name (required) |
The descriptive name that's shown to users. |
Template description |
The session template description. This is to describe the intended use case for the template, and help users choose the appropriate template. |
Operation system (required) |
The operating system family of the host server that the Amazon DCV
server runs on. This must be either a Linux or Windows operating
system ( |
Operating system version |
The version of the operating system of the host server that
the Amazon DCV server is running on ( |
Session type (required) |
The session type, which must either be a console or a virtual
session. A console session is supported on
both Linux and Windows servers, and will be the only session on
the specified server. A virtual session is
supported only on Linux servers, and allows multiple sessions on
the specified server (Type in the |
OpenGL (Linux virtual only) |
Indicates whether the virtual session is configured to use the
hardware-based OpenGL. OpenGL stands for Open Graphics Library,
and is a set of standard APIs used to interface with graphics
processing hardware, allowing hardware acceleration through the
GPU. OpenGL is supported with virtual sessions only. This
parameter isn't supported with Windows Amazon DCV servers
( |
Instance ID |
The ID of the Amazon EC2 instance. This parameter only applies for
customers hosting on Amazon, and will not be shown to customers
hosting on-premises ( |
Instance type |
The type of Amazon EC2 instance. This parameter only applies for
customers hosting on Amazon, and will not be shown to customers
hosting on-premise ( |
Instance Region |
The Amazon Web Services Region of the Amazon EC2 host. This parameter only
applies for customers hosting on Amazon, and will not be shown to
customers hosting on-premises ( |
Host vCPU |
The number of virtual CPUs on the host server
( |
Host memory in bytes |
The total memory, in bytes, on the host server that the Amazon DCV
server is running on ( |
Autorun file path (Windows and Linux virtual only) |
The path to a file on the host server that runs inside the
session. The file path is relative to the autorun directory
specified for the |
Autorun arguments (Linux virtual only) |
Command line arguments passed to
AutorunFile upon its execution inside
the session. Arguments are passed in the order that they appear
into the given array. Maximum allowed number of arguments and
maximum allowed length of each argument can be configured. For
more information, see Broker configuration file |
Max concurrent clients |
The maximum number of concurrent Amazon DCV clients allowed to
connect to the session at a given time. To specify that there is
no maximum, enter 0. ( |
Init file path (Linux virtual only) |
The path to a folder on the host server used to store custom
scripts allowed to initialize Amazon DCV server sessions when they
are created. The file path is relative to the init directory
specified for the |
Storage root |
Specifies the path to the folder used for session storage.
Session storage is a folder on the Amazon DCV server that clients can
access when they're connected to a specific Amazon DCV session. When
you enable session storage for a session, clients can download
files from, and upload files to, the specified folder. This
feature enables clients to share files while connected to a
session. For more information, see Create Sessions |
Additional host server requirements |
Use this text box to set the requirements that the server must satisfy to place the session. The requirements can include server tags and/or server properties, both server tags and server properties are retrieved by calling the DescribeServers API. Requirements support both condition and Boolean expressions. |
Some of these settings you’ve already specified elsewhere in the Configure step (like Operating System). Those settings
are pre-populated in the additional requirements box, and are immutable from the
text box itself. To change those settings, you must change them from the specified
UI elements. You can also add and modify additional requirements using the syntax
provided in the Create Session documentation. For a complete list of supported
server properties, see Create Session