Topic 1 Question 22
An ML engineer has an Amazon Comprehend custom model in Account A in the us-east-1 Region. The ML engineer needs to copy the model to Account В in the same Region. Which solution will meet this requirement with the LEAST development effort?
Use Amazon S3 to make a copy of the model. Transfer the copy to Account B.
Create a resource-based IAM policy. Use the Amazon Comprehend ImportModel API operation to copy the model to Account B.
Use AWS DataSync to replicate the model from Account A to Account B.
Create an AWS Site-to-Site VPN connection between Account A and Account В to transfer the model.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: B
https://docs.aws.amazon.com/comprehend/latest/APIReference/API_ImportModel.html "The source model can be in your AWS account or another one."
👍 2GiorgioGss2024/11/27 - 正解だと思う選択肢: B
Amazon Comprehend - ImportModel API to facilitate the transfer of custom models between AWS accounts. STEPS:
- Exporting the model from Account A.
- Creating a resource-based IAM policy in Account A to grant access to Account B.
- Using the ImportModel API in Account B to import the model.
👍 2Saransundar2024/12/04
シャッフルモード