rough-sundown-12921
01/22/2024, 11:29 PM1) upload code to datastore in s3. (user's account is used to upload code to s3)
2) create job definition (user's account is used to create the batch job definition)
3) batch ecs task downloads code from datastore (using the METAFLOW_ECS_S3_ACCESS_IAM_ROLE)
4) batch job run the code in ECS(Fargate or EC2) (using the METAFLOW_ECS_FARGATE_EXECUTION_ROLE)
Does it look right to you? Thank you