AWS Blu Insights Terminals runs on the customer environment. This guide focuses on how to run it in an ECS Fargate Task, but it can also be launched in a cloud environment using Docker.
Make sure you requested the tool on Blu Age Toolbox of AWS Blu Insights before moving to the next sections
170644325583.dkr.ecr.eu-west-3.amazonaws.com/standalone-terminals:latest
If your are an external client, please use 861276084326
instead of 170644325583
.
The logs of the Terminals application are the CloudWatch logs of the ECS task that run it. We log by default messages of socket creation and termination, and data exchange. For more detailed logs, you can add an environment variable to the docker container named JAVA_NET_LOG_OPT
.
It points to a java option javax.net.debug=, and it takes values like all and ssl. For more information about debugging, you can visit ReadDebug and DebugBlog.