Hi Team - I have an AWS ECS cluster with multiple microservices. All services are instrumented with otel and have a sidecar otel collector. My question is should I launch data prepper as another ECS services, or should I launch an ec2 with data prepper separately?. Launching data prepper as part of the cluster seems to have a challenge with ALB and target groups.
Regards