Security – Using a whitelist too large for an AWS VPC Security Group

amazon-web-servicesSecuritywhitelist

I have a large list of IPs I need to whitelist for a VPC instance. I've added as many ranges as possible to the security group until I ran out of available rules. I'm adding rules for HTTP and HTTPS for each range, and I'm still left with about 100 individual IPs that I need to whitelist.

AFAIU I can't increase the rule limit for the security group, is there any other way I can whitelist the remaining IPs?

Best Answer

Just put the additional rules in a second security group. Apply both groups to the instances - they're additive.