Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To connect to your RDFox instance once the stack has been successfully created, establish an SSH tunnel using the following command:

Code Block
ssh -i <private-key-file> -L 8080:<internal-load-balancer-dns-name>:80 ec2-user@<bastion-host-dns-name>

Where:

  • <private-key-file> is the path to the private key you selected via the "KeyName" parameter

  • <internal-load-balancer-dns-name> is the value of the "RDFoxLoadBalancerName" output parameter

  • <bastion-host-dns-name> is the value of the “BastionHostName” output parameter

SSHTunnel command in the Cloudformation Outputs section for your stack

While the SSH tunnel is in place, you can reach the REST endpoint at http://localhost:8080 and visit the console in your browser at http://localhost:8080/console. To authenticate, use the role name chosen via the "RDFoxFirstRoleName" parameter in combination with the password identified by the "RDFoxFirstRolePassword" output parameter (. Just click on the value for RDFoxFirstRolePassword in the Outputs section and you will need be taken to retrieve the secret value from password in the AWS Secrets Manager Web Console).

What’s Next?

The Official RDFox Documentation can be found here

...