-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Description
I am trying to figure out how to make the foundation DB accessible via the EC2 instance's public IP. Looks like I can only bind the foundation DB to network interfaces that are exposed within the instance, i.e., the ones that show up when I run the `ip a ' command. EC2 instances don't expose public IPs; instead, they perform Network Address Translation (NAT) from a public IP to the EC instance's private IP.
Meaning I cannot bind fdbserver to the instance's public IP. If it were any other server, I could just bind it to 0.0.0.0 and be good to go. But I am not able to do that with Foundation DB.
Here are my questions:
- Is there a way to bind fdbserver on 0.0.0.0?
- is it possible to host an FDB server/cluster on ec2 instances with their public ips?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels