Hi all, does anyone here have experience with buil...
# ask-metaflow
f
Hi all, does anyone here have experience with building out infrastructure for Metaflow on AWS via Terraform? I followed the minimal example shown on the terrafrom-aws-metaflow GitHub, with the only tweaks I made were to update the
vpc
and
metaflow
versions to the latest version. After creating the infrastructure using terraform, and configuring metaflow via
metaflow configure aws
, my task gets stuck on RUNNABLE. Has anyone else had this experience? I was hoping the minimal template would just work, but I seem to be missing some critical step here.