Determining the Kinetica Connection URL

The URL for connecting to Kinetica can be found within the AWS Console.

  1. Sign into the AWS Console at:

    https://aws.amazon.com/console

    ../images/aws_console.png
  2. Search for CloudFormation in the console search bar.

    ../images/aws_search.png
  3. Choose the AWS Region where you originally deployed the stack (e.g., us-west-2).

    ../images/aws_region.png
  4. Select the original stack you created (not the nested stacks), and then click on the Outputs tab.

    The value in the workbenchUrl key is the URL for the Workbench application in Kinetica. The fully-qualified domain name (<aws.fqdn>) is the portion of the URL between the protocol prefix and workbench suffix, and should be of the form:

    <aws.cluster.id>.cloud.kinetica.com
    
    ../images/aws_stack_outputs.png
  5. Click on the Parameters tab.

    The value in the kineticaClusterName key is the value to use as the cluster name (<aws.cluster.name>).

    ../images/aws_stack_params.png

This gives us the two parameters we need to connect:

  • <aws.fqdn> - for example, abcdefg.cloud.kinetica.com
  • <aws.cluster.name>

See below for how to use these values to assemble the URL needed to connect to various Kinetica applications.


Common Kinetica URLs

Application URL
Workbench https://<aws.fqdn>
Reveal https://<aws.fqdn>/reveal
API https://<aws.fqdn>/<aws.cluster.name>/gpudb-0
JDBC jdbc:kinetica:URL=https://<aws.fqdn>/<aws.cluster.name>/gpudb-0;CombinePrepareAndExecute=1[[;<parameter>=<value>]*]