Skip to content

[ec2-controller] combine Security Group rules creation/deletion API calls #2186

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

Closed
petrokashlikov opened this issue Oct 8, 2024 · 0 comments · Fixed by aws-controllers-k8s/ec2-controller#227
Labels
kind/enhancement Categorizes issue or PR as related to existing feature enhancements. service/ec2 Indicates issues or PRs that are related to ec2-controller.

Comments

@petrokashlikov
Copy link

Is your feature request related to a problem?
Currently ec2-controller is issuing separate API call(AuthorizeSecurityGroupIngress, AuthorizeSecurityGroupEgress, RevokeSecurityGroupIngress, RevokeSecurityGroupEgress) per each Ingress or Egress rule. This presents a problem when you operate at scale and would like to manage large amount of Security Groups with rules in them. AWS API's are being heavily throttled even when you raise limits.

Describe the solution you'd like
Combine creation/deletion of rules under API calls. This API's allow up to 1000 rules per call.

@a-hilaly a-hilaly added kind/enhancement Categorizes issue or PR as related to existing feature enhancements. service/ec2 Indicates issues or PRs that are related to ec2-controller. labels Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Categorizes issue or PR as related to existing feature enhancements. service/ec2 Indicates issues or PRs that are related to ec2-controller.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants