outerbounds / terraform-aws-metaflow

Deploy production-grade Metaflow cloud infrastructure on AWS
https://registry.terraform.io/modules/outerbounds/metaflow/aws/latest
Apache License 2.0
58 stars 49 forks source link

Public subnet mandatory to tasks #46

Open nataliasilva-hotmart opened 1 year ago

nataliasilva-hotmart commented 1 year ago

In UI module we we have to inform public subnets, contrary to what the documentation asks, otherwise access through ALB doesn't work.

Also, we have just 2 variables to pass subnets, since we have to pass public ones to ALB work correctly, the tasks will run in public subnets with public IPs. It would be interesting to be able to inform private networks and not configure public ip in this case.