AWS Workspaces applications

Amazon WorkSpaces applications is a fully managed application streaming service that delivers centrally hosted applications or non-persistent desktop sessions from AWS to users using the browser or a client, without providing dedicated persistent desktops.

1

Set up the connector

Configure Nexthink to connect to AWS Workspaces applications for session metadata ingestion. This step ensures that contextual data is available to enrich insights within the VDI Experience module.

To set up the connector, perform the procedure described in AWS AppStream connector.

2

Install Collector on VMs

Manual or automated deployment

Install Collector as a standard agent in the Image used to deploy the Fleet.

For this scenario, perform the procedures described in the following documentation:

3

Test the connector and Collector

Connector

Confirm that device and session data is being enriched with information from the connector integration by verifying fields such as:

  • Disk Image

  • Desktop Pool

  • Virtualization Type

To test enrichment, ensure that Collector is installed on the VMs and is operational. Check if the expected devices are reported, and the displayed values match expectations by running the following query:

devices
| where virtualization.desktop_broker == aws_appstream
| list name, hardware.type, virtualization.disk_image, virtualization.desktop_pool, virtualization.environment_name, virtualization.hypervisor_name, virtualization.type, virtualization.last_update
| sort virtualization.last_update desc

For more information about running queries, see the Investigations documentation.

Collector on VMs

circle-info

If needed, contact Nexthink support or your Nexthink representative.

Ensure data such as the following are visible in Nexthink:

  • Device ID

  • User Name

To check this, run the following query:

vdi_sessions
| where device.virtualization.desktop_broker == aws_appstream
| list vdi_session.name, user.name, device.name, first_seen
| sort first_seen desc

Last updated

Was this helpful?