I have an application running in a Docker container in AWS ECS. We have been running into situations here and there that cause our image to crash. the last thing it says before it dies is: Crash dump is being written to: erl_crash.dump...done
.
Unfortunately, once the application crashes, we no longer have access to the container to retrieve the erl_crash.dump
file, so we have never had a chance to inspect it.
Is there any way to retrieve this file, or send the file somewhere on the way out?
Thanks!