Technical requirements
You will need the following technical requirements to complete the recipes in this chapter:
- Access to the AWS Console.
- The AWS administrator should create an IAM user by following Recipe 1 – Creating an IAM User, in the Appendix. This IAM user will be used in some of the recipes in this chapter.
- The AWS administrator should create an IAM role by following Recipe 3: Creating IAM Role for an AWS service, in the Appendix. This IAM role will be used in some of the recipes in this chapter.
- The AWS administrator should deploy the AWS CloudFormation template (https://github.com/PacktPublishing/Amazon-Redshift-Cookbook/blob/master/Chapter07/chapter_7_CFN.yaml) and create two IAM policies:
a. An IAM policy that's attached to the IAM user, which will give them access to Amazon Redshift, Amazon EC2, AWS Secrets Manager, AWS IAM, AWS CloudFormation, AWS KMS, AWS Glue, and Amazon S3.
b. An IAM policy that's attached to the IAM role, which...