AIP-C01 · Question #27
A GenAI developer is evaluating Amazon Bedrock foundation models (FMs) to enhance a Europe- based company's internal business application. The company has a multi-account landing zone in AWS Control T
The correct answer is C. Configure the FM to use cross-Region inference through a Europe-scoped endpoint. Configure an. Option C is the correct solution because it uses Amazon Bedrock cross-Region inference profiles, which are explicitly designed to support regional data residency, private connectivity, and resilience with minimal operational overhead. By using a Europe-scoped inference profile, t
Question
A GenAI developer is evaluating Amazon Bedrock foundation models (FMs) to enhance a Europe- based company's internal business application. The company has a multi-account landing zone in AWS Control Tower. The company uses Service Control Policies (SCPs) to allow its accounts to use only the eu-north-1 and eu-west-1 Regions. All customer data must remain in private networks within the approved AWS Regions. The GenAI developer selects an FM based on analysis and testing and hosts the model in the eu- central-1 Region and the eu-west-3 Region. The GenAI developer must enable access to the FM for the company's employees. The GenAI developer must ensure that requests to the FM are private and remain within the same Regions as the FM. Which solution will meet these requirements?
Options
- ADeploy an AWS Lambda function that is exposed by a private Amazon API Gateway REST API to
- BDeploy the FM on Amazon EC2 instances in eu-north-1. Deploy a private Amazon API Gateway
- CConfigure the FM to use cross-Region inference through a Europe-scoped endpoint. Configure an
- DDeploy the FM in Amazon SageMaker in eu-north-1. Configure a SageMaker VPC endpoint.
How the community answered
(43 responses)- A23% (10)
- B9% (4)
- C63% (27)
- D5% (2)
Explanation
Option C is the correct solution because it uses Amazon Bedrock cross-Region inference profiles, which are explicitly designed to support regional data residency, private connectivity, and resilience with minimal operational overhead. By using a Europe-scoped inference profile, the application ensures that all inference requests are routed only within European Regions where the FM is deployed, such as eu-central-1 and eu- This satisfies data residency requirements while still providing resilience and load distribution Configuring an Amazon Bedrock VPC endpoint ensures that all traffic remains on the AWS private network. No public endpoints are used, which aligns with the company's private networking requirements. Extending existing SCPs to allow inference profile usage ensures that employees can access the FM only in approved Regions, maintaining governance across the Control Tower environment.
Topics
Community Discussion
No community discussion yet for this question.