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
Current terraform code cannot deploy load balancer security group because too many ingress rules is trying to be assigned to it:
╷
│ Error: updating Security Group (sg-08a020a0cbd15ebf2) ingress rules: authorizing Security Group (ingress) rules: RulesPerSecurityGroupLimitExceeded: The maximum number of rules per security group has been reached.
│ status code: 400, request id: c804a6ef-2a90-4303-8e9d-449ad1ccaf34
│
│ with module.rapid.module.app_cluster.aws_security_group.load_balancer_security_group,
│ on .terraform/modules/rapid/infrastructure/modules/app-cluster/load_balancer.tf line 67, in resource "aws_security_group" "load_balancer_security_group":
│ 67: resource "aws_security_group" "load_balancer_security_group" {
│
╵
I solved this by replacing one security group with two, one for http and one for https traffic.
Current terraform code cannot deploy load balancer security group because too many ingress rules is trying to be assigned to it:
I solved this by replacing one security group with two, one for http and one for https traffic.
Pull request with my changes: #53
The text was updated successfully, but these errors were encountered: