diff --git a/controls/ebs.sp b/controls/ebs.sp index e47acb2..e26fce3 100644 --- a/controls/ebs.sp +++ b/controls/ebs.sp @@ -93,7 +93,7 @@ control "ebs_volumes_on_stopped_instances" { control "ebs_with_low_usage" { title = "Are there any EBS volumes with low usage?" - description = "Instances that are unused should be archived and deleted" + description = "Volumes that are unused should be archived and deleted" sql = query.low_usage_ebs_volumes.sql severity = "low" tags = merge(local.ebs_common_tags, { @@ -109,4 +109,4 @@ control "old_snapshots" { tags = merge(local.ebs_common_tags, { class = "unused" }) -} \ No newline at end of file +}