terraform-aws-metaflow icon indicating copy to clipboard operation
terraform-aws-metaflow copied to clipboard

Deploy production-grade Metaflow cloud infrastructure on AWS

Results 49 terraform-aws-metaflow issues
Sort by recently updated
recently updated
newest added

Everything I deploy has to be within a VPC without any public endpoints, which means I can't use the Metaflow UI module out of the box right now. Can we...

Hi all, As the title suggests, I am getting the infamous "Task stuck on RUNNABLE" line when I try to run this simple flow: ``` from metaflow import FlowSpec, step...

Steps to reproduce: 0. Clone repository and `cd terraform-aws-metaflow/examples/minimal` 1. Set `locals.resource_prefix = "test-metaflow"` in minimal_example.tf 2. Run `terraform apply` and wait until it finishes 3. Run `aws apigateway get-api-key...

For teams leveraging the module, there's currently no way to pass in additional CIDRs to the created RDS security group for things like VPN access for maintenance, handling migrations of...

[[issue #85](https://github.com/outerbounds/terraform-aws-metaflow/issues/85)] The ephemeral_storage is currently not defined in the [metadata-service submodule](https://github.com/outerbounds/terraform-aws-metaflow/blob/master/modules/metadata-service/ecs.tf#L59) so it is set to its default value of 21Gb. I've added a variable called `metadata_service_ephemeral_storage` which would...

This is needed for the individual ECS tasks to inherit the tags defined for the ECS service, which are the tags that this module takes as input.

Hello, I would like to increase the [ephemeral_storage](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_task_definition#ephemeral_storage) of a Metaflow ECS task so that it can load larger Docker images (Pytorch GPU Docker images are 10Gb+ compressed). Currently, the...

Hello Thank you for these great ressources, I am trying to use and deploy meta flow on aws with kubernetes with these given instructions: https://github.com/outerbounds/terraform-aws-metaflow/tree/master/examples/eks_argo When I generate my config,...

Adds support for additional environment variables in the metadata service container. Needed to support connecting to database using SSL.