Upgrading Amazon DCV Access Console on a single host - Amazon DCV Access Console
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Upgrading Amazon DCV Access Console on a single host

The Wizard will update the components for the Access Console, reload and restart all of the Access Console components. The components can be downloaded using steps in Preparing the components and the Setup Wizard.

Running the Setup Wizard in interactive mode

Interactive mode is the default update mode for the Amazon DCV Access Console. It will guide you through the update process.

  1. Navigate to the folder where you extracted the latest Amazon DCV Access Console components.

  2. Run the following command:

    $ python3 wizard.py update
  3. Provide the path to the folder where the installers for the three components can be found. By default, it looks in the current directory.

The Wizard will first validate the processes are running, update them, reload and restart the Amazon DCV Access Console components.

Running the Setup Wizard in non-interactive mode

Non-interactive mode of the update wizard will allow for it be used in scripts.

  1. Navigate to the folder where you extracted the latest Amazon DCV Access Console components.

  2. Run the following command:

    $ python3 wizard.py update --component-installers-location

The Wizard will first validate the processes are running, update them, reload and restart the Amazon DCV Access Console components.