We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ff2a68 + 910143b commit 0698061Copy full SHA for 0698061
security_monkey/watchers/ec2/ec2_instance.py
@@ -95,6 +95,8 @@ def slurp_items(**kwargs):
95
'vpc_id': instance.get('VpcId'),
96
'private_ip_address': instance.get('PrivateIpAddress'),
97
'public_ip_address': instance.get('PublicIpAddress'),
98
+ 'security_groups': instance.get('SecurityGroups'),
99
+ 'tags': instance.get('Tags'),
100
}
101
102
unique_name = name + '(' + instance_id + ')'
0 commit comments