Hey! I am using Prefect 1.0 as my orchestration tool at the moment and I am keen to understand how I can integrate an Airbyte Instance on EC2 to Prefect Cloud deployment using ECS Fargate for execution. Inline with the security suggestions, it doesn’t allow inbound traffic from the internet.
My only other idea was to create a ALB for Fargate so I can have an IP I can configure on the EC2 instance inbound rules. Would love to hear if there is a solution that doesn’t involve adding infra elements or if there i just a better way to handle this.