This message was deleted.
# aws
s
This message was deleted.
c
Can you replace the
SecurityGroupRules
with SecurityGroup. Example Usage
n
the way we build SG is very dynamic, but I suppose I can return SecurotyRuleIngressArgs instead of SecurotyGroupRule and that would be the same
it seems I can't, I have 2 security groups depending on each other for ingress/egress
l
If you arrange your security group rules so that a particular rule never changes position in the rule list, this can be avoided. deleteBeforeReplace can help, but sometimes I find that the easiest thing is to comment out all the rules,
up
, then uncomment them all... meaning temporary outage... 😞