Setting up DCV connection gateway and a Session Resolver with the url that is not at the root?

0

I am setting up the resolver for the DCV Connection gateway and in the documentation for the URL, can I specify a path as part of the url? So that it can use https://myhostname/api/resolveSession or does it have to be https://myhostname/resolveSession ?

For example can I specify in the dcv-connection-gateway.conf:

[resolver]
url = "https://myhostname/api/"
asked 2 years ago391 views
1 Answer
0
Accepted Answer

Hello, you simply have to ensure that the URL in the [resolver] section of the dcv-connection-gateway.conf configuration file[1] matches what you specify when you implement the session resolver[2].

References:
https://docs.aws.amazon.com/dcv/latest/gw-admin/session-resolver.html https://docs.aws.amazon.com/dcv/latest/gw-admin/setting-up-configuring.html

AWS
SUPPORT ENGINEER
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions