Technical requirements
Here are the technical requirements to complete the recipes in this chapter:
- You need access to the AWS console.
- The AWS administrator should create an IAM user by following Recipe 1 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 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-2E/blob/main/Chapter05/chapter_5_CFN.yaml) and create two IAM policies:
- An IAM policy attached to the IAM user, which will give them access to Amazon Redshift, Amazon EC2, AWS CloudFormation, Amazon S3, Amazon SNS, Amazon Managed Workflows for Apache Airflow (MWAA), Amazon EventBridge, Amazon CloudWatch, Amazon CloudWatch Logs, AWS Glue, AWS Lambda, and AWS Step Functions
- An IAM...