
Explanation:
Based on AWS documentation and best practices for Amazon Bedrock, the correct answer is A: Purchase Provisioned Throughput for the custom model.
AWS Documentation Requirement: According to the official AWS Bedrock documentation, "Before you can use a customized model, you need to purchase Provisioned Throughput for it." This is a mandatory step for using any custom model (fine-tuned or imported) through Amazon Bedrock.
Provisioned Throughput Purpose: Provisioned Throughput in Amazon Bedrock guarantees a specific level of inference capacity for your custom model. It ensures predictable performance and availability when invoking the model through Bedrock's APIs.
Prerequisite for Inference: Without purchasing Provisioned Throughput, you cannot invoke or use your custom model through Amazon Bedrock, regardless of whether the model was fine-tuned within Bedrock or imported externally.
Option B: Deploy the custom model in an Amazon SageMaker endpoint for real-time inference
Option C: Register the model with the Amazon SageMaker Model Registry
Option D: Grant access to the custom model in Amazon Bedrock
The critical distinction is that Provisioned Throughput (Option A) is the enabling requirement that makes the custom model available for inference through Bedrock. Access control (Option D) is a security configuration that can be applied afterward but doesn't by itself make the model usable.
For production workloads using custom models in Bedrock, companies should:
This approach aligns with AWS's managed service model where Bedrock handles the infrastructure, scaling, and deployment complexities.
Ultimate access to all questions.
No comments yet.
To utilize the custom model for document summarization through Amazon Bedrock, what must the company do?
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.