# Timeout waiting for network interface provisioning to complete

You may see this error in the ECS console as the reason a task stopped (or rather, failed to start):

<figure><img src="/files/CVeE1UDviawRevkH7L9O" alt=""><figcaption></figcaption></figure>

This means that when the EC2 container host tries to place a new task, something goes wrong when it sets up the networking. This can happen if the same task has been stopped and restarted repeatedly.

The easiest fix is to terminate the EC2 container hosts, and wait for them to be restarted by the autoscaling group.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wellcomecollection.org/archivematica/debugging-archivematica/troubleshooting-known-errors/troubleshooting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
