fix(ec2): resource type is the account

This commit is contained in:
Andoni A.
2025-04-08 16:10:18 +02:00
parent 37b8c78b41
commit e0e9f3e7c8
@@ -7,9 +7,9 @@
],
"ServiceName": "ec2",
"SubServiceName": "ebs",
"ResourceIdTemplate": "arn:partition:service:region:account-id:resource-id",
"ResourceIdTemplate": "arn:partition:ec2:region:account-id",
"Severity": "medium",
"ResourceType": "Other",
"ResourceType": "AwsAccount",
"Description": "Check if EBS Default Encryption is activated.",
"Risk": "If not enabled sensitive information at rest is not protected.",
"RelatedUrl": "",