Skip to content

Commit

Permalink
Update network.sp
Browse files Browse the repository at this point in the history
  • Loading branch information
cbruno10 authored Jul 23, 2021
1 parent ba97473 commit 81ae625
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions controls/network.sp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ benchmark "network" {
}

control "unattached_eips" {
title = "Are there any unattached Elastic IP addresses (EIP)?"
title = "Unattached elastic IP addresses (EIPs) should be released"
description = "Unattached Elastic IPs are charged by AWS, they should be released."
sql = query.unattached_eips.sql
severity = "low"
Expand All @@ -26,8 +26,8 @@ control "unattached_eips" {
}

control "unused_vpc_nat_gateways" {
title = "Unused NAT gateways should be reviewed"
description = "NAT Gateway is charged on an hourly basis once it is provisioned and available, check why these are available but not used."
title = "Unused NAT gateways should be deleted"
description = "NAT gateway are charged on an hourly basis once they are provisioned and available, so unused gateways should be deleted."
sql = query.vpc_nat_gateway_unused.sql
severity = "low"
tags = merge(local.vpc_common_tags, {
Expand Down

0 comments on commit 81ae625

Please sign in to comment.