thankful-father-61351
03/15/2023, 9:25 AMsquare-wire-39606
03/15/2023, 3:11 PMthankful-father-61351
03/15/2023, 3:47 PMmetaflow-batch-execution-role-<suffix>
metaflow-batch_s3_task_role-<suffix>
metaflow-ecs-execution-role-<suffix>
metaflow-ecs-iam-role-<suffix>
metaflow-lambda_ecs_execute-<suffix>
metaflow-metadata-ecs-task-<suffix>fresh-laptop-72652
03/15/2023, 6:56 PMMetaflowUserRole using terraform with similar permissions as those listed in the cloudformation example – note that if you're assuming the role from another, you'd still be limited to a max 12hr TTL, so you would need to explicitly use that non-MFA role.
another option that's preferable IMO, is to use an EC2 instance in AWS as your development workstation – you can use existing auth/SSO when connecting to the instance, but any long-running processes can continue when you disconnect.
there's lots of other benefits to cloud-native development too – as your "laptop in the cloud" you get much more flexibility on compute resources, faster networking, less traffic sent over public internet/home wifi, stronger security, easier to reproduce environments, the list goes on for awhile 😛thankful-father-61351
03/17/2023, 11:08 AM