AWS Security Group Update Powershell
AWS security groups are very essential to govern the access to the servers, sometimes we need to give Devs access to the Development environment. It's kind of day to day DevOps issue when we are asked to update IP in the portal, which is boring.
So have written the below script which allows you to automate this,
update-security-group-ip.ps1