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 1 month, 3 weeks 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 6 times
...
CTao
Highly Voted 1 month, 1 week ago
Selected Answer: A
A To customize model you must purchase Provisioned Throughput.
upvoted 5 times
...
kopper2019
Most Recent 4 days, 10 hours 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 1 times
...
Moon
1 week, 1 day 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 1 times
...
may2021_r
1 week, 3 days ago
Selected Answer: D
The correct answer is D. Access must be granted in Bedrock to use custom models.
upvoted 1 times
may2021_r
1 week, 3 days 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 1 times
...
...
AKG85
1 week, 5 days ago
Selected Answer: D
To use the custom model with Amazon Bedrock, you need to grant access to the model first.
upvoted 1 times
...
RightAnswers
1 week, 5 days ago
Selected Answer: D
When a company has trained a custom model to improve the functionality of an Amazon Bedrock base model, they need to explicitly grant access to that custom model within the Bedrock environment. This allows Bedrock to utilize the custom model's capabilities for the desired use case. Why option A is incorrect: While purchasing provisioned throughput can improve the performance and responsiveness of a model in SageMaker, it's not necessary to use a custom model with Bedrock. Bedrock itself handles the infrastructure and resource allocation. Access granting is the key step for integration.
upvoted 1 times
...
grzeev
1 month ago
Selected Answer: D
The correct answer is D: Grant access to the custom model in Amazon Bedrock. Why not B (Purchase Provisioned Throughput): 1. Provisioned Throughput is about performance and capacity, not access 2. Granting access is a mandatory first step for using custom models in Bedrock 3. Without proper access permissions, the model cannot be used at all, even with Provisioned Throughput Granting access (C) is essential because it: - Enables model visibility in Bedrock - Controls who can use the custom model - Is a prerequisite for any model operations
upvoted 2 times
grzeev
1 month ago
Sorry: Granting access (C) is essential because it: - Enables model visibility in Bedrock - Controls who can use the custom model - Is a prerequisite for any model operations
upvoted 1 times
...
...
6c8c706
1 month ago
Selected Answer: A
https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-use.html
upvoted 5 times
...
Contactfornitish
1 month, 1 week ago
Selected Answer: B
A. Purchase Provisioned Throughput for the custom model Provisioned Throughput is not relevant to Amazon Bedrock or custom models. It is generally associated with services like DynamoDB for performance scaling. C. Register the model with the Amazon SageMaker Model Registry While the Model Registry helps manage and track model versions, registering the model alone does not make it usable for inference. The model must still be deployed to a SageMaker endpoint. D. Grant access to the custom model in Amazon Bedrock Amazon Bedrock only provides access to foundation models hosted and managed by AWS. Custom models trained by the company need to be deployed separately via Amazon SageMaker.
upvoted 1 times
...
leo321
1 month, 2 weeks ago
A - is the right answer, as you NEED to Purchase Provisioned Throughput for customized model: https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-use.html D - is NOT (less) correct as IAM is OPTIONAL: https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-prereq.html
upvoted 3 times
...
RY66
1 month, 2 weeks ago
The correct answer is D. Grant access to the custom model in Amazon Bedrock.
upvoted 1 times
...
fed6485
1 month, 3 weeks ago
Selected Answer: A
B, and C, CANNOT be as the question is clear: "..using an Amazon Bedrock.. through Amazon BedRock" , in short SageMaker is out of the picture in this case. we are talking about a customize Bedrock Model.. so .. A is the only possible answer, we are not deploying a custom model in bedrock, we are using a bedrock customised model.. and in that case you have to pay the premium... as per this link: https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html ...If you customized a model, you must purchase Provisioned Throughput to be able to use it
upvoted 4 times
Blair77
1 month, 3 weeks ago
While this might be relevant for scaling usage, it's not the immediate step needed to use the custom model in Bedrock.
upvoted 1 times
...
...
Blair77
1 month, 4 weeks ago
Selected Answer: D
The question specifically mentions using the custom model "through Amazon Bedrock," which implies that the model should be integrated with Bedrock's infrastructure.
upvoted 2 times
...
AlwaysHungry
1 month, 4 weeks ago
Has to be B
upvoted 1 times
...
leyunjohn
2 months ago
Selected Answer: D
I agree the answer is D
upvoted 2 times
...
jove
2 months ago
Indeed, you need to "import" the custom model first : https://aws.amazon.com/bedrock/custom-model-import/
upvoted 1 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago