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
56 stars 48 forks source link

Adding support for spot instances #54

Open wrbooth opened 1 year ago

wrbooth commented 1 year ago

Changed the following to allow for spot instance support:

Tested on my own environment via ec2_spot. I did not test fargate_spot.

Testing Screenshots

Functioning compute environment

Screen Shot 2023-03-21 at 8 56 10 PM

Successful Metaflow run on spot ec2 instances

Screen Shot 2023-03-21 at 8 57 07 PM
dkarlo2 commented 1 year ago

Hi there, what's the status of this PR? I'm also looking for spot instances support (fargate_spot in my case). Is there anything I can do to speed this up?