Is it possible to find duplications in the security groups in AWS?
For example :
Security group 1 has : 198.168.5.2/24 , 192.168.4.2/24 , 172.54.60.12/24
Security group 2 has : 192.168.4.2/24 , 172.54.60.12/24 , 52.43.56.98/32
As you can see there are two exact same IPs in both SGs. Can this be done through AWS Cli ?