Kyle
10/11/2022, 11:09 PMdaniel
10/12/2022, 1:02 AMrun_launcher:
module: "dagster_aws.ecs"
class: "EcsRunLauncher"
config:
run_task_kwargs:
networkConfiguration:
awsvpcConfiguration:
subnets:
- your_subnet_here
assignPublicIp: true
securityGroups:
- your_security_group_here
Kyle
10/12/2022, 6:53 PM