2 Answers
- Newest
- Most votes
- Most comments
2
If you will try to create the DMS replication instance without the dms-vpc-role you will get the following error:
The IAM Role arn:aws:iam::<accountId>:role/dms-vpc-role is not configured properly.
So to answer your question is yes, your AIM Roles need to have the exact same names. In the page you linked there are the instructions on how to create those roles https://docs.aws.amazon.com/dms/latest/userguide/security-iam.html#CHAP_Security.APIRole
1
Those roles names are mandatory: the DMS service code tries to assume them with this exact name with code close to https://docs.aws.amazon.com/cli/latest/reference/sts/assume-role.html
So, if you use another modified name, it will fail because the role name (or ARN which can be derived) of the assume by DMS will not exist.
Relevant content
- asked 8 months ago
- AWS OFFICIALUpdated 3 years ago
