'Can an AWS Rekognition Custom Label model be deployed to another account?
We have a trained custom-labels model with good accuracy in an account(say, development account). We would like to deploy/transfer it to a new account(say, client account), so that further costs on running that model is charged to the client account. How can we deploy the model so that it is tied to the client account? We would really like to avoid re-training a model using the client account..
Any input is appreciated. Thanks
Solution 1:[1]
At present, the only way to setup a model in another AWS account is:
- Copy over the latest set of annotated (labeled) images in the training and test datasets to the new AWS account.
- Train a new model.
To copy a dataset from one region to another, please follow the steps outlined in this link.
We are constantly working to improve the experience. Please check out these FAQs, and then contact us, if you have more questions.
Thank you.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
