
Explanation:
The question asks for the MOST cost-effective combination of steps to fine-tune a foundation model (FM) while ensuring data privacy, security, and regional data residency. The optimal solution must address both the fine-tuning capability and the security/regional requirements efficiently.
Selected Options: B and C
B: Use the Amazon Bedrock API - Amazon Bedrock is a fully managed service that provides access to foundation models and allows for fine-tuning without requiring infrastructure management. It operates within AWS Regions, ensuring data remains in the source region where it's stored. As a managed service, it eliminates the overhead of provisioning, scaling, and maintaining compute resources, making it highly cost-effective compared to self-managed alternatives. Bedrock also includes built-in security features like encryption and access controls.
C: Use AWS PrivateLink and a VPC - AWS PrivateLink enables private connectivity between Amazon Bedrock and the company's VPC, ensuring that all traffic stays within the AWS network and does not traverse the public internet. This enhances security by reducing exposure to external threats and helps meet compliance requirements for data privacy. It's a cost-effective security measure because it leverages existing AWS infrastructure without requiring expensive hybrid setups or on-premises solutions.
Why Other Options Are Less Suitable:
Together, using Amazon Bedrock API for fine-tuning and AWS PrivateLink with a VPC for secure, private connectivity provides a fully managed, regionally compliant, and cost-effective solution that minimizes operational overhead while maximizing security.
Ultimate access to all questions.
No comments yet.
Which two-step combination will most cost-effectively allow a company to fine-tune a foundation model (FM) using AWS services while ensuring its data remains private, secure, and within its source AWS Region?
A
Host the model on premises by using AWS Outposts.
B
Use the Amazon Bedrock API.
C
Use AWS PrivateLink and a VPC.
D
Host the Amazon Bedrock API on premises.
E
Use Amazon CloudWatch logs and metrics.