
Answer-first summary for fast verification
Answer: Amazon Bedrock with Guardrails and PrivateLink
## Explanation **Amazon Bedrock with Guardrails and PrivateLink** is the correct choice because: 1. **Text generation, translation, and multimodal image generation**: Amazon Bedrock provides access to multiple foundation models (FMs) from leading AI companies, including models for text generation (like Claude, Llama), translation capabilities, and multimodal models that can handle both text and image generation. 2. **Single service**: Bedrock is a unified service that offers all these capabilities through a single API, unlike combining multiple separate services. 3. **Compliance**: Bedrock supports various compliance standards and certifications that AWS services offer. 4. **Built-in guardrails**: Bedrock has native guardrail features that help implement safety controls, content filtering, and responsible AI practices. 5. **Private VPC connectivity**: Bedrock supports AWS PrivateLink, which enables private connectivity from your VPC to the service without exposing traffic to the public internet. **Why other options are incorrect**: - **A. Amazon SageMaker Inference Endpoints**: While SageMaker can host models, it doesn't provide built-in multimodal capabilities or guardrails as a managed service feature. - **C. Amazon Rekognition + Translate + Lex combo**: This requires integrating multiple separate services, not a single unified service, and lacks built-in guardrails and private connectivity as a combined solution. - **D. Open-source models deployed on EC2**: This would require significant manual setup, lacks AWS-managed compliance features, and doesn't provide built-in guardrails or easy private connectivity.
Author: Ritesh Yadav
Ultimate access to all questions.
An enterprise customer wants text generation, translation, and multimodal image generation in one service. They want compliance, built-in guardrails, and private VPC connectivity. Which AWS AI service meets all requirements?
A
Amazon SageMaker Inference Endpoints
B
Amazon Bedrock with Guardrails and PrivateLink
C
Amazon Rekognition + Translate + Lex combo
D
Open-source models deployed on EC2
No comments yet.