The workarounds are
1. to comment out the code, deploy, comment it back in, redeploy, or
2. to migrate the awsx code to aws code and use the SecurityGroup and SecurityGroupRule classes directly.
little-cartoon-10569
11/11/2020, 1:56 AM
Is this expected? Is it a bug? Maybe I'm using the
createIngressRule()
methods incorrectly?
g
gentle-diamond-70147
11/11/2020, 6:11 AM
Sounds like a bug, but is it possible you're creating the same rule with overlapping cidr blocks? I seem to recall I've run into that in the bast and the error message from AWS wasn't immediately obvious that was the issue.