I'd like to allow some developers to manage firewall rules, specifically rules in ec2 security groups, (or some of them ideally) so that they can, eg, update their changing IP addresses to access development machines. I've found there isn't a way to do this using the visual interface to define an ec2 group - so I can only give them full ec2 admin, or read-only.
What is the best way to accomplish this, if there is a way? Can I create full ec2 admin access for just those machines in some way, or, ideally, can I create IAM permissions so they, as a user, can login to ec2 and only see and edit those security groups I select? I suspect this could be possible programatically (using JSON rules, maybe with the aws cli), or some other way that I am unfamilar with - regardless, appreciate your help.