LOW
Source
Trivy
ID
AVD-AWS-0083

Missing description for security group/security group rule.

Security groups and security group rules should include a description for auditing purposes.

Simplifies auditing, debugging, and managing security groups.

Impact

Descriptions provide context for the firewall rule reasons

Follow the appropriate remediation steps below to resolve the issue.

Add descriptions for all security groups and rules

1
2
3
4
5
6
7
8
9
AWSTemplateFormatVersion: 2010-09-09
Description: Good example of redshift sgr
Resources:
  Queue:
    Type: AWS::Redshift::ClusterSecurityGroup
    Properties:
      Description: "Disallow bad stuff"