CRITICAL
Source
Trivy
ID
AVD-AWS-0085

AWS Classic resource usage.

AWS Classic resources run in a shared environment with infrastructure owned by other AWS customers. You should run resources in a VPC instead.

Impact

Follow the appropriate remediation steps below to resolve the issue.

Switch to VPC resources

1
2
3
4
5
6
7
8
9
AWSTemplateFormatVersion: "2010-09-09"

Description: Good example of redshift sgr

myCluster:
  Type: AWS::Redshift::Cluster

  Properties:
    DBName: mydb