I'm attempting to deploy the image grafana/grafana to aws using ECS fargate. The default port for the grafana container is 3000. I created an ALB listening on port 80 with a target group having port 3000 and attached it to the ECS cluster. I am not able to register any instances(as fargate is self managed and doesnt present any instances). Even when attempting to hit the public IP of a task, e.g IP:3000 I get service unavailable.
I have also verified that the route tables have access to the internet gateway and the security group associated with the VPC allows inbound requests to port 80 and 3000.
What am I doing wrong?
Can someone please help me?