whilenull / 7777-support

Documentation and support for 7777.
https://port7777.com
54 stars 3 forks source link

Reached limit of security group rules on CI #33

Open marcoacierno opened 2 years ago

marcoacierno commented 2 years ago

I am using 7777 on GitHub Actions but every time it runs it adds a new different IP to the security group quickly reaching the limit of 60 rules (at least on my AWS account)

This is the error

Retrieving the container security group.
Retrieving the computer's IP address.
Authorizing 20.237.140.247 on the security group.
    RulesPerSecurityGroupLimitExceeded: The maximum number of rules per 
    security group has been reached.
    Code: RulesPerSecurityGroupLimitExceeded

Would it be possible to add an option for 7777 to have it automatically remove the IP after it is done?

mnapoli commented 2 years ago

Oh interesting 🤔

I wonder if we could even have an option to whitelist any IP: for CI that might make sense to have that by default, WDYT @deleugpn?

deleugpn commented 2 years ago

Sorry I missed the alert on this message, I'll take a look on this