View Categories

Private IP whitelisting is not supported in Clone DB

< 1 min read

What is Clone DB?

All clone databases do is replicate your live data in real time. It’s an instance devoted to analytics within an Aurora cluster. According to AWS SLAs, the replication is active and takes milliseconds, not even 100 milliseconds.

How to identify if IPs shared by customer are private IPs?

For example, IPs staring with the below numbers are all Private IPs and for Clone DB whitelisting we cannot use Private IPs.

All are private
10.0…
192.168…
172.31..

We must request customer to share the Public IPs for whitelisting and it should be a Static IP.



Scroll to Top