Stephen Lloyd
02/28/2022, 9:06 AMRUN_CONFIG = ECSRun(labels=['s3-flow-storage'],
task_role_arn=TASK_ARN,
execution_role_arn=EXECUTION_ARN,
image='<http://1111111.dkr.ecr.us-east-1.amazonaws.com/prefectdemo:latest|1111111.dkr.ecr.us-east-1.amazonaws.com/prefectdemo:latest>',
memory=512, cpu=256)
Anna Geller
02/28/2022, 10:42 AMHedgar
02/28/2022, 1:04 PMAnna Geller
02/28/2022, 1:19 PMStephen Lloyd
03/01/2022, 5:05 AMThis article is shouting at you to use an updated version of the ECS tutorial 🙂 Can you try following that one?
Anna Geller
03/01/2022, 10:57 AM