
Answer-first summary for fast verification
Answer: AWS PrivateLink
## Detailed Explanation ### Scenario Analysis The financial institution has a VPC hosting an Amazon Bedrock AI application with a critical constraint: **no internet access is permitted** due to regulatory compliance requirements. This means all communication must occur within AWS's private network infrastructure without traversing the public internet. ### Evaluation of Options **A. AWS PrivateLink** - This is the correct solution. AWS PrivateLink enables private connectivity between VPCs and AWS services (including Amazon Bedrock) using private IP addresses within the AWS network. Traffic never touches the public internet, making it ideal for compliance scenarios requiring isolation from internet exposure. **B. Amazon Macie** - This is a data security and privacy service that uses machine learning to discover and protect sensitive data. While valuable for compliance, it does not provide connectivity solutions and cannot enable access to Amazon Bedrock without internet connectivity. **C. Amazon CloudFront** - This is a Content Delivery Network (CDN) service that accelerates content delivery through edge locations. It requires internet connectivity for origin communication and would expose traffic to the public internet, violating the regulatory constraint. **D. Internet Gateway** - This VPC component provides internet access by routing traffic between the VPC and the public internet. Using it would directly contradict the requirement of "no internet traffic" and would fail compliance standards. ### Why AWS PrivateLink is Optimal 1. **Private Connectivity**: AWS PrivateLink establishes private endpoints within the VPC that connect directly to Amazon Bedrock via AWS's backbone network, eliminating internet exposure. 2. **Compliance Alignment**: By keeping all traffic within AWS's private infrastructure, it meets strict regulatory requirements prohibiting internet access. 3. **Security Benefits**: Reduces attack surface by avoiding public internet routing, enhancing data protection for sensitive financial applications. 4. **Service Compatibility**: Specifically designed to provide private access to AWS services like Amazon Bedrock, ensuring seamless integration. ### Why Other Options Are Unsuitable - **Amazon Macie**: Addresses data classification, not connectivity. - **Amazon CloudFront**: Designed for public-facing content delivery with internet dependency. - **Internet Gateway**: Explicitly enables internet access, directly violating the core requirement. ### Best Practice Consideration For AI applications in regulated industries like finance, AWS PrivateLink represents the standard architectural pattern for accessing AWS AI/ML services while maintaining network isolation. This approach aligns with AWS Well-Architected Framework principles for security and compliance.
Ultimate access to all questions.
No comments yet.
Author: LeetQuiz Editorial Team