Replies: 1 comment
-
Hi, were you able to resolve this issue? I am too facing the same error. Thanks in Advance! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I hope this is the right place to hunt down a problem that I'm experiencing with CDK currently. If not please point me to the correct channel.
Situation
I build a CDK app for creating resources in the Database Migration Service with python. I'm aware of #7632 ! So I added the workaround into my code. It worked like a charm until yesterday.
Problem
Right now I get the following error:
Questions that I have here: How should the role be extended in order to allow the creation of the AWS::DMS::ReplicationSubnetGroup ? I tried already adding all DMS-related rights to the role including dms:*
The Code for creating the IAM Roles
Roles are according to the documentation:
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.IAMPermissions
Manual Steps Taken
So when I create the IAM roles via AWS CLI and then create the subnet group via AWS console it works. Also when I delete the IAM Role and create the subnet group via console itself, it works too and the role is created automatically.
Has anyone experienced the same problem? Or maybe point me in the right direction?
Thanks in advance for any help.
Beta Was this translation helpful? Give feedback.
All reactions