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 at https://github.com/PacktPublishing/Amazon-Redshift-Cookbook-2E/blob/main/Chapter11/chapter_11_CFN.yaml. This creates:
- An IAM policy attached to the IAM user that will give them access to Amazon Redshift, Amazon S3, AWS KMS, AWS IAM, AWS CloudFormation, AWS CloudTrail, AWS Lake Formation, AWS Secrets Manager, AWS SageMaker, and AWS Glue
- An IAM policy attached to the IAM role that will allow an Amazon Redshift cluster...