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
Recommended Actions
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
Resources:
myCluster:
Type: AWS::Redshift::Cluster
Properties:
DBName: mydb
|
Links