How to get ARN of endpoint and replication instance. #13386
-
I am deploying a DMS replication task. To do that, I need to specify ARNs for source endpoint, target endpoint and replication instance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @yohei1126 - checking in as this discussion was created a while ago. This page in the DMS User Guide on constructing ARNs may be a helpful reference: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Introduction.AWS.ARN.html. For replication tasks specifically it looks like you would use this format: You can use the DescribeReplicationTasks API to fetch the ARNs of your replication tasks. There are examples in various SDKs here. I hope that helps, please let us know if you have any follow up questions. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Hi @yohei1126 - checking in as this discussion was created a while ago. This page in the DMS User Guide on constructing ARNs may be a helpful reference: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Introduction.AWS.ARN.html.
For replication tasks specifically it looks like you would use this format:
arn:aws:dms:region:account:task:resourcename
You can use the DescribeReplicationTasks API to fetch the ARNs of your replication tasks. There are examples in various SDKs here. I hope that helps, please let us know if you have any follow up questions.