Hi all, I am trying to gather data from the crpyto...
# ask-community
w
Hi all, I am trying to gather data from the crpyto options market every 5 minutes on my VM, which is an EC2 ubuntu instance. I followed the tutorial and got stuck at deployments. running the
deployment.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
Copy code
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?