exam questions

Exam AWS Certified AI Practitioner AIF-C01 All Questions

View all questions & answers for the AWS Certified AI Practitioner AIF-C01 exam

Exam AWS Certified AI Practitioner AIF-C01 topic 1 question 50 discussion

A company is using an Amazon Bedrock base model to summarize documents for an internal use case. The company trained a custom model to improve the summarization quality.
Which action must the company take to use the custom model through Amazon Bedrock?

  • A. Purchase Provisioned Throughput for the custom model.
  • B. Deploy the custom model in an Amazon SageMaker endpoint for real-time inference.
  • C. Register the model with the Amazon SageMaker Model Registry.
  • D. Grant access to the custom model in Amazon Bedrock.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
LR2023
Highly Voted 9 months, 1 week ago
Selected Answer: A
Initially I was going with D but after reading this article sticking with A https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-use.html?form=MG0AV3
upvoted 19 times
primate24
1 week, 2 days ago
The article you've quoted says provisioned throughput is NOT required for Nova models. Answer is D
upvoted 1 times
...
...
CTao
Highly Voted 8 months, 3 weeks ago
Selected Answer: A
A To customize model you must purchase Provisioned Throughput.
upvoted 7 times
...
numark
Most Recent 1 week, 2 days ago
Selected Answer: D
Key words in this question: "To Use" You can not use it with out permissions. If the key words were "to run" it would be Provision-A. So the answer is D. We were all network admins at one point in time, permissions are always first. Its customer. IE not already in bedrock, so you need access first.
upvoted 1 times
...
65703c1
3 weeks ago
Selected Answer: A
A is the correct answer
upvoted 1 times
...
rmnveeveik
4 weeks ago
Selected Answer: D
question is about using the custom model not training. so it has to be D
upvoted 1 times
...
Rcosmos
3 months ago
Selected Answer: D
A melhor opção seria D. Conceda acesso ao modelo personalizado no Amazon Bedrock. O Amazon Bedrock permite que empresas utilizem modelos básicos e personalizem modelos para casos de uso específicos. Para que a empresa possa usar o modelo treinado, ela deve garantir que o modelo personalizado esteja acessível dentro do Bedrock. Dessa forma, ele pode ser utilizado para inferências e integração com aplicações.
upvoted 1 times
...
Hayaat
3 months, 1 week ago
Selected Answer: A
Correct Answer: A. Purchase Provisioned Throughput for the custom model To utilize a custom model in Amazon Bedrock, you must first purchase Provisioned Throughput for it. This step is essential to enable inference capabilities with your customized model. According to the AWS documentation: "Before you can use a customized model, you need to purchase Provisioned Throughput for it." AWS Documentation +1 AWS Documentation +1 Once Provisioned Throughput is purchased, you can perform inference by invoking the provisioned model using its ARN.
upvoted 3 times
...
sudarshanbisht
4 months, 4 weeks ago
Selected Answer: D
When you train a custom model using Amazon Bedrock, especially via fine-tuning a base foundation model (e.g., Anthropic Claude, AI21, etc.), the custom model is managed within Bedrock itself. To use it in your applications via Bedrock APIs, you must: Grant access to the fine-tuned (custom) model within Bedrock. This allows your applications to invoke it using Bedrock's InvokeModel API.
upvoted 2 times
...
chdaphne
5 months ago
Selected Answer: D
Amazon Bedrock allows companies to import and use their customized models alongside base models through its Custom Model Import feature. By registering the custom model within Amazon Bedrock, it can be accessed seamlessly via Bedrock’s unified API without requiring deployment in SageMaker or other infrastructure management.
upvoted 1 times
...
SP888
5 months, 2 weeks ago
Selected Answer: D
Yes, D for sure.
upvoted 1 times
...
SP888
5 months, 2 weeks ago
Selected Answer: D
Correct Answer: ✅ D. Grant access to the custom model in Amazon Bedrock. Explanation: Since the company has trained a custom model to enhance summarization and wants to use it through Amazon Bedrock, they must grant access to the custom model within Bedrock so it can be used for inference. • Amazon Bedrock allows fine-tuning of base models → After fine-tuning, the custom model must be registered and access must be granted. • Ensures secure and controlled model usage → This step enables API access for the custom summarization model. • Bedrock manages model deployment internally → The model does not need an Amazon SageMaker endpoint for use within Bedrock.
upvoted 2 times
...
Jessiii
6 months, 1 week ago
Selected Answer: D
D. Grant access to the custom model in Amazon Bedrock: When using Amazon Bedrock, you can fine-tune models or create custom versions of base models. To use your custom model, you would need to grant access to it within the Amazon Bedrock environment, enabling the model to be accessed and invoked by your application for summarization tasks.
upvoted 3 times
...
85b5b55
6 months, 3 weeks ago
Selected Answer: A
Provisioned Throughput helps to improve the quality.
upvoted 2 times
...
Ginopress
6 months, 3 weeks ago
Selected Answer: A
Accordingly to https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-use.html?form=MG0AV3
upvoted 2 times
...
kopper2019
7 months, 2 weeks ago
Selected Answer: D
A particularly insightful comment from user "may2021_r" clarifies this: "Bottom Line: Required to use a custom model? Give Bedrock permissions and register your model so it can retrieve your artifacts. Optional but recommended at scale? Purchase Provisioned Throughput to guarantee a certain level of concurrency and avoid throttling." The key distinction is: Granting access is the fundamental requirement to use the model at all Provisioned Throughput is about performance and scaling, not basic access
upvoted 3 times
...
Moon
7 months, 3 weeks ago
Selected Answer: D
D: Grant access to the custom model in Amazon Bedrock. Explanation: When a company trains a custom model to improve the performance of a base model provided by Amazon Bedrock, they need to ensure the custom model is accessible through the Amazon Bedrock service. Granting access to the custom model ensures it can be integrated and used through Bedrock's APIs and workflows for inference tasks like document summarization.
upvoted 2 times
...
may2021_r
7 months, 3 weeks ago
Selected Answer: D
The correct answer is D. Access must be granted in Bedrock to use custom models.
upvoted 1 times
may2021_r
7 months, 3 weeks ago
Bottom Line Required to use a custom model? Give Bedrock permissions and register your model so it can retrieve your artifacts. Optional but recommended at scale? Purchase Provisioned Throughput to guarantee a certain level of concurrency and avoid throttling. So if the question specifically asks which action you must take to use the custom model, the correct answer is still about granting Bedrock access—that is the non-negotiable requirement. Purchasing Provisioned Throughput is a subsequent or optional step, depending on your performance needs.
upvoted 3 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...