-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Amazon Redshift Cookbook
By :

With an AWS CloudFormation
template, you treat your infrastructure as code, which enables you to create an Amazon Redshift cluster using a json/yaml
file. The declarative code in the file contains the steps to create the AWS resources, and it also enables easy automation and distribution. This template allows you to standardize the Amazon Redshift Cluster's creation to meet your organizational infrastructure and security standards. Furthermore, you can distribute them to different teams within your organization using the AWS service catalog for easy setup.
To complete this recipe, you will need to do the following:
We will create a CloudFormation
template to author the Amazon Redshift cluster infrastructure as code using the JSON-based template. Follow these steps...