mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
Incorrect ResourceType for check ec2_elastic_ip_unassgined (#1711)
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
"Infrastructure Security"
|
||||
],
|
||||
"ServiceName": "ec2",
|
||||
"SubServiceName": "AwsElasticIPs",
|
||||
"SubServiceName": "",
|
||||
"ResourceIdTemplate": "arn:partition:service:region:account-id:resource-id",
|
||||
"Severity": "low",
|
||||
"ResourceType": "AwsEc2SecurityGroup",
|
||||
"ResourceType": "AwsEc2Eip",
|
||||
"Description": "Check if there is any unassigned Elastic IP.",
|
||||
"Risk": "Unassigned Elastic IPs may result in extra cost.",
|
||||
"RelatedUrl": "",
|
||||
|
||||
Reference in New Issue
Block a user