aws-redshift-alpha: add functionality for default IAM role #22551
Labels
@aws-cdk/aws-redshift
Related to Amazon Redshift
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
needs-cfn
This issue is waiting on changes to CloudFormation before it can be addressed.
p2
Describe the feature
Allow users to define a default IAM role for the cluster being created.
Use Case
I'm always frustrated when I need to deploy my cluster and then go through the console to add a default IAM role on the cluster.
Proposed Solution
Have a post-deployment Lambda that uses boto3 to define the role as being the default role.
Example code of how this could be implemented:
Other Information
There is currently no way to define a default role using CFN.
Acknowledgements
CDK version used
2.43.1
Environment details (OS name and version, etc.)
MacOS Monterey 12.5
The text was updated successfully, but these errors were encountered: