
Answer-first summary for fast verification
Answer: Use the Amazon Bedrock API., Use AWS PrivateLink and a VPC.
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:** - **A: Host the model on premises by using AWS Outposts** - While Outposts can extend AWS infrastructure on-premises, it involves significant upfront costs for hardware and ongoing management, making it less cost-effective than fully managed cloud services. It also doesn't inherently address fine-tuning capabilities as efficiently as Bedrock. - **D: Host the Amazon Bedrock API on premises** - This is not a valid option because Amazon Bedrock is a managed AWS service that cannot be hosted on-premises. Attempting to do so would require custom infrastructure, defeating the cost-effectiveness and managed benefits. - **E: Use Amazon CloudWatch logs and metrics** - CloudWatch is for monitoring and observability, not for fine-tuning models or ensuring data privacy and regional residency. It's a complementary tool but doesn't meet the core requirements of the question. 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.
Author: LeetQuiz Editorial Team
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.