Skip to content

Commit f885196

Browse files
bsod90claude
andauthored
docs(byoc): allow RDS service-linked role creation in AWS BYOC policy (cube-js#11114)
The AWS BYOC IAM policy grants iam:CreateServiceLinkedRole only for the EKS service names. Customers enabling the AI Engineer external RDS feature in a fresh account (one that has never created an RDS instance, so AWSServiceRoleForRDS does not yet exist) hit: RDS CreateDBInstance -> InvalidParameterValue: Unable to create the resource. Verify that you have permission to create service linked role. Add rds.amazonaws.com to the iam:AWSServiceName allowlist so the role can create the RDS service-linked role on first use. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 73b7805 commit f885196

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • docs-mintlify/admin/deployment/dedicated/aws

docs-mintlify/admin/deployment/dedicated/aws/byoc.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ actual account ID.
199199
"iam:AWSServiceName": [
200200
"eks.amazonaws.com",
201201
"eks-nodegroup.amazonaws.com",
202-
"eks-fargate.amazonaws.com"
202+
"eks-fargate.amazonaws.com",
203+
"rds.amazonaws.com"
203204
]
204205
}
205206
}

0 commit comments

Comments
 (0)