Greenbone-openvas container image failed to run in AWS ECS

87 Views Asked by At

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:

  1. Tag the Docker image and push it to AWS ECR
  2. Create a Fargate cluster for ECS
  3. Create an ECS task definition for Greenbone OpenVAS
  4. Run the ECS task
0

There are 0 best solutions below