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
This leads to believe that the SG behaviour is consistent in the sense that, if no SG's are declared when adding subnets, the same SG's will be used as the primary interface.
The actual behaviour is that ENIs created in the added subnet will have attachment to the VPC's default SG instead.
I believe this should not be the case and rather, by default, use the same SG's as the primary interface.
Following documentation here:
This leads to believe that the SG behaviour is consistent in the sense that, if no SG's are declared when adding subnets, the same SG's will be used as the primary interface.
The actual behaviour is that ENIs created in the added subnet will have attachment to the VPC's default SG instead.
I believe this should not be the case and rather, by default, use the same SG's as the primary interface.
The code above results in ENIs with VPC's default SG.
Applying this configuration should either 'use the primary iface SGs' or 'fail to apply'.
Thank you,
Ed
The text was updated successfully, but these errors were encountered: