aws-quickstart/quickstart-tableau-server

Quickstart is not installing Tableau

fleita9 opened this issue · 2 comments

I created an instance in sa-east-1 through the quickstart.
Everything worked as expected. The stacks are completed:

image

and in the outputs I have the URL's to start configuring the server:

image

But when I try to enter the administration site, in the 8850 port, the site can't be reached:
image

So I went to the terminal and ssh to the instance and tried to see the tsm status and is not installed:

image

So I went to the opt directory to see the tableau directory but found only the aws folder.
image

Don't know what is going on. Seems thtat everything is created but Tableau is not installed

Thanks in advance

vsnyc commented

@fleita9 - Hi, the tableau server is installed and you should be able to reach it by going to the TableauServerURL in the output. Did that work for you?

Looks like this would be:
http://18.229.252.215/

Accessing the TSM Web UI is slightly complicated, I need to refresh my memory, will get back.

vsnyc commented

Sorry for the delay, here are the instructions to access the TSM interface. I'm resolving this issue, please open a new one if you have more questions.

  1. Setup a tunnel on your local device to forward port 8850 on the server, e.g.,
    ssh -i /path/to/your/private-key.pem -L 8850:localhost:8850 ubuntu@18.229.252.215

  2. Access the TSM Web UI on your device browser by going to https://127.0.0.1:8850/. Ignore any SSL warnings that show up. See example screenshot.

TSM-web-ui-tunnel