This message was deleted.
# aws
s
This message was deleted.
w
I want to create a cluster with a role that gives it access to s3 for import/export. When I include the role in the
iamRoles
property I get an error saying:
Copy code
DBClusterRoleNotFound: Role ARN arn:aws:iam::xxx:role/xxx-xxx cannot be found for DB Cluster: xxx. Verify your role ARN and try again. You might need to include the feature-name parameter.
if I use
RoleAssociation
I get an error like:
Copy code
error associating RDS DB Instance (api-rds-cluster-dev) IAM Role (arn:aws:iam::xxx:role/xxx): DBInstanceNotFound: DBInstance not found: xxx
What’s a good working example of creating an RDS cluster with a role associated to it?