Closed glasswalk3r closed 4 years ago
Because you've got both an ip_range and a user_id_group_pair in there, that counts as two rules - if you look on the AWS console, you'll see the egress rules listed on two separate lines.
Your right @carolinebeauchamp , shame on me for not noticing it earlier. Thanks!
I used
security_group
resource type property:outbound_rule_count
on a Security Group with a single egress rule and got a count of 2 instead of 1.I did a test with the Ruby SDK and indeed the value returned is a single rule:
I redacted the partial output, but that's it.