Incorrect ResourceType for check ec2_elastic_ip_unassgined (#1711)

This commit is contained in:
Gabriel Soltz
2023-01-16 14:16:35 +01:00
committed by GitHub
parent 7f26fdf2d0
commit 618dd442e3

View File

@@ -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": "",