Skip to content

Commit 0698061

Browse files
authored
Merge pull request Netflix#1155 from olivernaaris/develop
Update ec2_instance.py
2 parents 9ff2a68 + 910143b commit 0698061

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

security_monkey/watchers/ec2/ec2_instance.py

+2
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ def slurp_items(**kwargs):
9595
'vpc_id': instance.get('VpcId'),
9696
'private_ip_address': instance.get('PrivateIpAddress'),
9797
'public_ip_address': instance.get('PublicIpAddress'),
98+
'security_groups': instance.get('SecurityGroups'),
99+
'tags': instance.get('Tags'),
98100
}
99101

100102
unique_name = name + '(' + instance_id + ')'

0 commit comments

Comments
 (0)