Christian Loving
03/12/2025, 11:23 AMMarvin
03/12/2025, 11:23 AMhttp://<EC2-IP>:4200/api
. The Prefect Python SDK can communicate with this self-hosted server, similar to how it communicates with Prefect Cloud.
For more details on self-hosting, you can refer to the Prefect self-hosting documentation. It outlines how to start a Prefect server using the prefect server start
command, and you can configure it to run on your EC2 instance.
If you need to integrate this with AWS Lambda, ensure your Lambda function has network access to the EC2 instance hosting the Prefect server, possibly by configuring the necessary security groups and VPC settings.
Feel free to ask if you need more specific guidance on setting up the server or integrating it with Lambda.Christian Loving
03/12/2025, 11:24 AMChristian Loving
03/12/2025, 2:31 PM