Deepthi
01/26/2024, 4:16 PMJake Kaplan
01/26/2024, 4:20 PMPREFECT_API_URL
is the client side setting for where the api is located, you'll want to modify that too.
But to change the actual host when starting up the server it's PREFECT_SERVER_API_HOST
Jake Kaplan
01/26/2024, 4:21 PMDeepthi
01/26/2024, 4:30 PMJake Kaplan
01/26/2024, 4:31 PMJake Kaplan
01/26/2024, 4:32 PMDeepthi
01/26/2024, 4:33 PMJake Kaplan
01/26/2024, 5:37 PMPREFECT_API_URL
there to the publically accessible address of your EC2.
On your EC2 you can run your sever, and you need to make sure 1. Your ec2 is accessible to your client side execution environment. 2. The port where your server is running is accessible. For example if you're running the server in a docker container you need to link 4200:4200Deepthi
01/26/2024, 5:39 PMColton
04/16/2024, 8:38 PM