Hi everyone... I am just trying to configure prefe...
# prefect-server
o
Hi everyone... I am just trying to configure prefect server with our current infrastructure. We have blocked all external Ip's for accesing our Mariadb RDS AWS database. We want to whitelist the Prefect Server Ip's addresses, so we allow the access, does anyone knows where to find that information?
k
Did you setup Server on EC2 or Kubernetes? But I think what you are saying is that you have a Flow running that hits the MariaDB address and you want to whitelist the IP of the flow. In this case it would be the agent IP right? (unless you use Kubernetes or ECS agent)
o
Thanks for reply @Kevin Kho, Yes, we need the agent's Ip or a group of ip addresses to whitelist in our rds db, we are configuring everything in the cloud https://cloud.prefect.io/
k
So in general, it’s the agent that will do the communication to the database so it’s not any of Prefect Cloud’s machines. So it would be the IP of your infrastructure that you need. What kind of agent are you using?
🙌 1
o
I think I got that, I thought that the agent was being setup in cloud but with that info I have it clear thanks a lot....