IP Allowlist is available on all plans except for the free plan.
IP Allowlist can be used to restrict which IP addresses are permitted to access your database by comparing a connection’s address with predefined CIDR blocks. This feature enhances database security by allowing connections only from specified IP addresses. For example if you have dedicated production servers with static IP addresses, enabling IP allowlist blocks connections from other addresses.
Once the allowlist is enabled, the database compares each connection’s address
with the predefined CIDR blocks. Connections from addresses that match none of
the listed ranges are rejected, so clients on those addresses cannot reach the
database.
Use known outbound IP addresses for the allowlist. Serverless platforms can use
dynamic egress addresses by default. Configure static egress, such as a NAT
gateway or your provider’s static IP feature, before you allowlist a serverless
application. Add the outbound IPv4 addresses used by that configuration.For private connectivity, see VPC Peering
and Private Link. Both require an
Enterprise contract.