diff --git a/redshift/redshift.yaml b/redshift/redshift.yaml index 7b2e65a..fea0e6b 100644 --- a/redshift/redshift.yaml +++ b/redshift/redshift.yaml @@ -1,17 +1,17 @@ -AWSTemplateFormatVersion: 2010-09-09 +AWSTemplateFormatVersion: '2010-09-09' Resources: RedshiftCluster: - Type: 'AWS::Redshift::Cluster' + Type: AWS::Redshift::Cluster Properties: Encrypted: false - PubliclyAccessible: true + PubliclyAccessible: false DBName: mydb MasterUsername: master MasterUserPassword: Root12345 NodeType: ds2.xlarge ClusterType: single-node RedshiftClusterParameterGroup: - Type: 'AWS::Redshift::ClusterParameterGroup' + Type: AWS::Redshift::ClusterParameterGroup Properties: Description: Cluster parameter group ParameterGroupFamily: redshift-1.0