Valentin G
09/11/2024, 4:20 PMMarvin
09/11/2024, 4:20 PMValentin G
09/11/2024, 4:23 PMMarvin
09/11/2024, 4:24 PMprefect.yaml
. Issues with secrets or credentials can cause this step to hang.
2. Installing and Registering Libraries: Ensure relevant libraries, like prefect-aws
, are installed and the blocks registered, e.g., with:
pip install -U prefect-aws
prefect block register -m prefect_aws
3. Check ECS Configuration: Ensure your ECS is properly set up, and the task roles and execution roles are correctly configured.
Refer to the detailed guides here:
- Store Flow Code
- ECS Worker Guide
If everything seems fine, you might want to check ECS logs for more insights or open an issue on GitHub for more specific troubleshooting.Valentin G
09/11/2024, 4:35 PMMarvin
09/11/2024, 4:35 PM