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 5 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 15 times
...
CTao
Highly Voted 4 months, 3 weeks ago
Selected Answer: A
A To customize model you must purchase Provisioned Throughput.
upvoted 6 times
...
sudarshanbisht
Most Recent 1 month 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 1 times
...
chdaphne
1 month, 1 week 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
1 month, 2 weeks ago
Selected Answer: D
Yes, D for sure.
upvoted 1 times
...
SP888
1 month, 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 1 times
...
Jessiii
2 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 2 times
...
85b5b55
2 months, 3 weeks ago
Selected Answer: A
Provisioned Throughput helps to improve the quality.
upvoted 1 times
...
Ginopress
2 months, 4 weeks ago
Selected Answer: A
Accordingly to https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-use.html?form=MG0AV3
upvoted 1 times
...
kopper2019
3 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 2 times
...
Moon
3 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
3 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
3 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
...
...
AKG85
3 months, 4 weeks 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
3 months, 4 weeks 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
4 months, 2 weeks 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
4 months, 2 weeks 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
4 months, 2 weeks ago
Selected Answer: A
https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-use.html
upvoted 5 times
...
Contactfornitish
4 months, 3 weeks 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
...
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