{
  "taskDefinition": {
    "taskDefinitionArn": "arn:aws:ecs:us-east-1:ACCOUNT:task-definition/parallell-collector:20",
    "containerDefinitions": [
      {
        "name": "flow",
        "image": "ACCOUNT.dkr.ecr.us-east-1.amazonaws.com/parallell-collector:latest",
        "cpu": 0,
        "portMappings": [],
        "essential": True,
        "command": [
          "/bin/sh",
          "-c",
          "prefect execute cloud-flow"
        ],
        "environment": [
          {
            "name": "PREFECT__CLOUD__AGENT__LABELS",
            "value": "[]"
          },
          {
            "name": "PREFECT__LOGGING__LEVEL",
            "value": "DEBUG"
          },
          {
            "name": "AWS_REGION",
            "value": "us-east-1"
          },
          {
            "name": "PREFECT__ENGINE__TASK_RUNNER__DEFAULT_CLASS",
            "value": "prefect.engine.cloud.CloudTaskRunner"
          },
          {
            "name": "AWS_ACCESS_KEY_ID",
            "value": "STUFF"
          },
          {
            "name": "PREFECT__LOGGING__LOG_TO_CLOUD",
            "value": "true"
          },
          {
            "name": "AWS_SECRET_ACCESS_KEY",
            "value": "STUFF+VI"
          },
          {
            "name": "PREFECT__CLOUD__USE_LOCAL_SECRETS",
            "value": "false"
          },
          {
            "name": "AWS_DEFAULT_REGION",
            "value": "us-east-1"
          },
          {
            "name": "PREFECT__ENGINE__FLOW_RUNNER__DEFAULT_CLASS",
            "value": "prefect.engine.cloud.CloudFlowRunner"
          },
          {
            "name": "PREFECT__CLOUD__API",
            "value": "http://1.1.1.1:4200/graphql"
          },
          {
            "name": "PREFECT__BACKEND",
            "value": "server"
          }
        ],
        "mountPoints": [],
        "volumesFrom": [],
        "logConfiguration": {
          "logDriver": "awslogs",
          "options": {
            "awslogs-create-group": "true",
            "awslogs-group": "/orchestration",
            "awslogs-region": "us-east-1",
            "awslogs-stream-prefix": "prefect-flow-runs"
          }
        }
      }
    ],
    "family": "parallell-collector",
    "taskRoleArn": "arn:aws:iam::ACCOUNT:role/ecsTaskRole",
    "executionRoleArn": "arn:aws:iam::ACCOUNT:role/ecsExecutionRole",
    "networkMode": "awsvpc",
    "revision": 20,
    "volumes": [],
    "status": "ACTIVE",
    "requiresAttributes": [
      {
        "name": "com.amazonaws.ecs.capability.logging-driver.awslogs"
      },
      {
        "name": "ecs.capability.execution-role-awslogs"
      },
      {
        "name": "com.amazonaws.ecs.capability.ecr-auth"
      },
      {
        "name": "com.amazonaws.ecs.capability.docker-remote-api.1.19"
      },
      {
        "name": "com.amazonaws.ecs.capability.task-iam-role"
      },
      {
        "name": "ecs.capability.execution-role-ecr-pull"
      },
      {
        "name": "com.amazonaws.ecs.capability.docker-remote-api.1.18"
      },
      {
        "name": "ecs.capability.task-eni"
      },
      {
        "name": "com.amazonaws.ecs.capability.docker-remote-api.1.29"
      }
    ],
    "placementConstraints": [],
    "compatibilities": [
      "EC2",
      "FARGATE"
    ],
    "requiresCompatibilities": [
      "FARGATE"
    ],
    "cpu": "512",
    "memory": "1024"
  },
  "tags": [
    {
      "key": "PrefectFlowId",
      "value": "7a1af4ca"
    },
    {
      "key": "PrefectFlowVersion",
      "value": "22"
    }
  ],
  "ResponseMetadata": {
    "RequestId": "2e497442-75d9-48de-9b88-286938718aa0",
    "HTTPStatusCode": 200,
    "HTTPHeaders": {
      "x-amzn-requestid": "2e497442-75d9-48de-9b88-286938718aa0",
      "content-type": "application/x-amz-json-1.1",
      "content-length": "2342",
      "date": "Wed, 15 Jul 2020 16:19:28 GMT"
    },
    "RetryAttempts": 0
  }
}