Hello all so I have a Springboot application that is fetching data from aws S3 and I am using Prometheus to monitor the Springboot app. In ECS I create a task definition and added both the images with their respective port mappings then I created a service and a Application Load Balancer in which I added Springboot app image to load balance and also created target group to forward traffic to 8080 on which my spring app is running all of this is working fine I am able to hit my spring app endpoint by using ALB DNS but is there nay way with which can access the Prometheus dashboard which is on port 9090
I tried adding listener 90 to ALB and created separate target group to redirect traffic to 9090 I didn't give any error but even tough how to access the Prometheus dashboard because the DNS is itself working as 8080