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
Okay, so the Python CDK script that deploys the SageWorks Dashboard is working fine. The issue for this ticket is that the Load Balancer gets a default security group which is too ‘liberal’ about incoming traffic. The script adds a custom security group that blocks everything except a whitelist of CIDRs.
We need to change the CDK script so that:
It really deletes the security group (the logic we have now, tries to delete it but obviously doesn’t)
Somehow pulls the default security group and modifies it
There’s several Github issue around exactly this issue:
Okay, so the Python CDK script that deploys the SageWorks Dashboard is working fine. The issue for this ticket is that the Load Balancer gets a default security group which is too ‘liberal’ about incoming traffic. The script adds a custom security group that blocks everything except a whitelist of CIDRs.
We need to change the CDK script so that:
It really deletes the security group (the logic we have now, tries to delete it but obviously doesn’t)
Somehow pulls the default security group and modifies it
There’s several Github issue around exactly this issue:
The text was updated successfully, but these errors were encountered: