我正在尝试通过CloudFormation模板向RDS实例添加IAM角色。在查看此处声明的所有属性后,我找不到这种选项:https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html。
答案 0 :(得分:1)
您无法将角色分配给DbInstance。
您需要创建Aurora DbCluster (不是实例)并指定dbCluster的角色。这是示例cloudformation:
IMIR = IMIR.reshape(M, N) #let M and N be the dimensions of your image