Reputation: 9
i'm new to using the CDK. I want to do exactly the same thing described in this discussion, however i don't want to create the RDS instance as it already exists. How can i add the IAM Role to an already existing RDS instance?
Upvotes: 0
Views: 586
Reputation: 2136
If the RDS instance already exists, and is not controlled through CloudFormation and/or the CDK, then you have two options:
Upvotes: 2