Setting up static public IPs for EC2 used by Dremio Cloud

Hey all!

I’ve deployed Dremio Cloud on AWS using the out-of-the-box approach. I’ve noticed that whenever I start an engine, a new EC2 instance is created, every time with a new public IP address. Now I need this IP to be static so that it can be whitelisted on the side of a data source. What is the best approach to take?

Hi, thanks for setting up Dremio Cloud! Since engine replicas come and go, having a static IP isn’t a great option in Dremio Cloud. Generally, we recommend setting up a public NAT gateway for this.

Thanks for your help @hope!