Commit f885196
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
| 203 | + | |
203 | 204 | | |
204 | 205 | | |
205 | 206 | | |
| |||
0 commit comments