AWS RDS keep user access with dynamic IP
问题 On AWS rds I added few postgres users. There is Security groups which needs IP addresses for access to DB instance right? So if user have static IP address, then I will add that once and there is no problem. But if user have dynamic address, only way I see is that periodically update IP's for keep users valid connections. My question is: if there is possible to keep dynamic IP users valid connections, without manually update security group data ? Thanks ! 回答1: Following are some of the