Technical requirements
Here are the technical requirements in order to complete the recipes in this chapter:
- Access to the AWS Management Console.
- AWS administrator permission to create an IAM user by following Recipe 1 in Appendix. This IAM user will be used in some of the recipes in this chapter.
- AWS administrator permission to create an IAM role by following Recipe 3 in Appendix. This IAM role will be used in some of the recipes in this chapter.
- AWS administrator permission to deploy the AWS CloudFormation template (https://github.com/PacktPublishing/Amazon-Redshift-Cookbook-2E/blob/main/Chapter08/chapter_8_CFN.yaml) and create two IAM policies:
- An IAM policy attached to the IAM user that will give them access to Amazon Redshift, Amazon EC2, AWS Secrets Manager, AWS IAM, AWS CloudFormation, AWS KMS, AWS Glue, and Amazon S3.
- An IAM policy attached to the IAM role that will allow the Amazon Redshift data warehouse to access Amazon...