Error when copying a Rekognition custom-label model: "Cross account access not allowed"

0

Hi, I met with this "Cross account access not allowed" error when trying to copy a legacy model trained by a previous scientist in my team. I am using console access with my team's AWS account. Could someone advise how to solve this problem? Thank you!

An error occurred (InvalidParameterException) when calling the CopyProjectVersion operation: Cross account access not allowed

asked a year ago530 views
1 Answer
0
Accepted Answer

It could be the case when you are trying to do a cross account copy without the resource based policy (project policy) enabled. You need to define the IAM resource policy for the trained model to allow cross-account access. Here is the blog talking about Project Policy and steps to do cross account copy.

AWS
answered a year ago
  • Thanks a lot for sharing the blog, aws-kuvnish. I will try following the instructions.

  • What puzzles me is that the previous scientist built the model under the same shared account of my team.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions