I tried deploying a container image to aws ecs. I pushed the official image to ECR, created a task, but after running the task exited automatically with an exit code of 0. I also didn’t find logs to debug the issue.
Can anyone help me to solve the problem, please?
Thank you!
The image was pulled from here Then I performed the following steps:
- Tag the Docker image and push it to AWS ECR
- Create a Fargate cluster for ECS
- Create an ECS task definition for Greenbone OpenVAS
- Run the ECS task