You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script to update security groups with CloudFront IPs is returning
"errorType": "ClientError",
"errorMessage": "An error occurred (RulesPerSecurityGroupLimitExceeded) when calling the AuthorizeSecurityGroupIngress operation: The maximum number of rules per security group has been reached."
Presumably because the number of IP addresses from CloudFront now exceeds the the default AWS limit on RulesPerSecurityGroup, which is 60.
I think the README should mention this issue with instructions on how to increase VPC RulesPerSecurityGroup.
The text was updated successfully, but these errors were encountered:
The script to update security groups with CloudFront IPs is returning
"errorType": "ClientError",
"errorMessage": "An error occurred (RulesPerSecurityGroupLimitExceeded) when calling the AuthorizeSecurityGroupIngress operation: The maximum number of rules per security group has been reached."
Presumably because the number of IP addresses from CloudFront now exceeds the the default AWS limit on RulesPerSecurityGroup, which is 60.
I think the README should mention this issue with instructions on how to increase VPC RulesPerSecurityGroup.
The text was updated successfully, but these errors were encountered: