The document discusses running long-running tasks using AWS Lambda and ECS. It describes how Lambda has runtime and resource limits that prevent long running processes. It then outlines a method to use Lambda to trigger an ECS task to run the long-running process instead of running it directly in Lambda. Key aspects of the ECS task definition and IAM roles are also summarized.