### Expected behavior When operating in a dashboarded environment, need the ability for CMDB tools (and the like) to connect to the EC2 elements. ### Actual behavior EC2 elements exist inside a sealed silo ### Steps to reproduce behavior ### Context/Specifications ### Suggestions for fix Add a stanza similar to: ~~~~ "Fn::If": [ "AssignExtraSecurityGroup", { "Ref": "ExtraSecurityGroupId"}, { "Ref": "AWS::NoValue" } ] ~~~~ To the EC2's `NetworkInterfaces` » `GroupSet` section (and relevant supporting `Conditions` and `Parameters`) ### Relevant references
Expected behavior
When operating in a dashboarded environment, need the ability for CMDB tools (and the like) to connect to the EC2 elements.
Actual behavior
EC2 elements exist inside a sealed silo
Steps to reproduce behavior
Context/Specifications
Suggestions for fix
Add a stanza similar to:
To the EC2's
NetworkInterfaces»GroupSetsection (and relevant supportingConditionsandParameters)Relevant references