Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reached limit of security group rules on CI #33

Open
marcoacierno opened this issue Jul 24, 2022 · 2 comments
Open

Reached limit of security group rules on CI #33

marcoacierno opened this issue Jul 24, 2022 · 2 comments

Comments

@marcoacierno
Copy link

marcoacierno commented Jul 24, 2022

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
Copy link
Member

mnapoli commented Jul 25, 2022

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
Copy link
Collaborator

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

@marcoacierno marcoacierno changed the title 777 on CI + limit of security group rules Reached imit of security group rules on CI Aug 2, 2022
@marcoacierno marcoacierno changed the title Reached imit of security group rules on CI Reached limit of security group rules on CI Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants