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
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.