Hi! I am trying out Metaflow during a 2-day hackat...
# ask-metaflow
q
Hi! I am trying out Metaflow during a 2-day hackathon project at the company I work for. After fixing a minor issue in
terraform-aws-metaflow
, I was able to deploy the
examples/eks_argo
Terraform project and run the cloud workflow in the tutorial. As also documented, I noticed that the UI is not deployed in this example. I tried to deploy the UI locally but I noticed that the AWS API Gateway that was deployed in the example does not have a WebSocket endpoint and CORS headers are also missing. Is there another complete Terraform example to get started quickly on AWS which includes the UI? I just noticed that https://github.com/outerbounds/metaflow-tools exists. Should I try that instead of the example I tried in
terraform-aws-metaflow
?
1
a
@quaint-exabyte-4933 on the kubernetes stack, there isn't another example, but we are very much open to taking a contribution if you would like to create a template. Let me know!
q
Alright, thanks! I used the CloudFormation file in metaflow-tools with AWS Batch which does have a working UI. This is good enough for us for now 🙂
💯 1