Wei Hong Ho
04/26/2023, 7:57 PMdeployment.py
and doing deployment.apply()
has no errors. However I do not see the deployment on prefect deployment inspect
or the UI. To access to the UI, I exposed port 4200 on my ec2. I do see a webpage but there's an error box on the bottom right stating
Can't connect to Server API at <http://127.0.0.1:4200/api>. Check that it's accessible from your machine.
does anybody has any guide on how to do a local deployment of prefect on an ec2 instance?