cannot recognize global credential and s3 arn #149
-
hello all, i'm following this guidance https://github.com/awslabs/data-transfer-hub/blob/main/docs/S3_PLUGIN.md#data-transfer-hub---s3-plugin to deploy s3 plugin in AWS China region, to transfer objects from China to global. Source bucket is located in AWS China, destination bucket is located in AWS Ireland. After deployment has finished, i notice that in FinderStackFinderRoleA666A5A8, destCredential and destBucket arn cannot be recognized as global arn, I tried to change it to global arn, but obviously it failed :( Would like to know if here's anyone getting same requirement and how to solve it? Thanks a lot, |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 3 replies
-
Hi @joyfangcheng , could you provide your Cloudformation Parameters? |
Beta Was this translation helpful? Give feedback.
-
Hello @YikaiHu, I tried with latest stack again, but got the same issue, destCredential could not be recognized as global arn error in cloudwatch: Any comments would be really apprciated. B.R. |
Beta Was this translation helpful? Give feedback.
-
Hi @joyfangcheng , So I have two questions may be can find out the root cause:
{
"access_key_id": "<Your Access Key ID>",
"secret_access_key": "<Your Access Key Secret>"
} |
Beta Was this translation helpful? Give feedback.
-
It's wired, I leave it blank and the creation is successful. Below is my parameters: And the template link is : https://solutions-reference.s3.amazonaws.com/data-transfer-hub/latest/DataTransferS3Stack.template |
Beta Was this translation helpful? Give feedback.
-
@joyfangcheng , we have finded out the root cause. This failure is due to changes in the underlying IAM logic implemented by AWS. As a result, this issue may occur in new accounts but not in my old account. Please using the following patch template to create the Transfer Task, and please leave |
Beta Was this translation helpful? Give feedback.
We will plan a patch in next version