diff --git a/app/scripts/modules/amazon/src/securityGroup/configure/ingressRuleGroupSelector.component.ts b/app/scripts/modules/amazon/src/securityGroup/configure/ingressRuleGroupSelector.component.ts index 5d0566137dc..a64f0dac545 100644 --- a/app/scripts/modules/amazon/src/securityGroup/configure/ingressRuleGroupSelector.component.ts +++ b/app/scripts/modules/amazon/src/securityGroup/configure/ingressRuleGroupSelector.component.ts @@ -73,6 +73,10 @@ class IngressRuleSelectorController implements IComponentController { this.rule.vpcId = undefined; }; + public $onInit(): void { + this.setAvailableSecurityGroups(); + } + public $onDestroy() { this.coordinatesChanged.unsubscribe(); this.allSecurityGroupsUpdated.unsubscribe();