Amazon web services – Will AWS ecs re-launch exited java processes in contianers?
I have a java app that I am running via Docker on AWS via the entrypoint: ENTRYPOINT ["java","-jar", "-Xmx600m", "/app.jar"] I am running this on AWS ECS. If the java process dies for whatever reason, will the cotnainer be re-launched?