How to Access Amazon Bedrock Privately Without Internet in a VPC?
A financial institution is using Amazon Bedrock to develop an AI application. The application is hosted in a VPC. To meet regulatory compliance standards, the VPC is not allowed access to any internet traffic. Which AWS service or feature will meet these requirements?
Community Votes
100% of anonymous learners picked answer A. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
This question tests your understanding of private AWS service access: AWS PrivateLink keeps traffic within the AWS network, unlike internet gateways or public endpoints.
Learn how AWS PrivateLink enables private, secure connectivity to Amazon Bedrock from a VPC with no internet access, a common compliance requirement. Community consensus confirms AWS PrivateLink is the correct answer for this AIF-C01 exam question.
Choosing an internet gateway, because it seems like the standard way to connect to AWS services, but it explicitly enables internet traffic, violating the VPC's no-internet requirement.
Community Discussion (9 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
AWS PrivateLink allows you to access Amazon Bedrock through private endpoints inside the VPC, without any traffic traversing the public internet. This meets the regulatory requirement of no internet access while enabling secure connectivity to the managed AI service. Multiple community comments (e.g., 6 likes, 4 likes) correctly highlight that PrivateLink is the only option that provides private, secure connectivity to AWS services without internet exposure.Why the Other Options Are Wrong
Amazon Macie is a data security service, not a connectivity feature, so it does not provide network access to Bedrock. Amazon CloudFront is a CDN that delivers content over the public internet, which violates the no-internet restriction. An internet gateway is explicitly used to enable internet traffic from a VPC, making it completely contrary to the compliance constraint. Only AWS PrivateLink meets both the connectivity and security requirements.Community Comment Notes
One comment (likes=1) noted that this question closely resembles a Solutions Architect exam topic, indicating the importance of understanding PrivateLink across AWS certifications. Another comment (likes=1) correctly explains that an internet gateway is for internet traffic, so it cannot be used in this scenario. The highest-voted comments consistently confirm that AWS PrivateLink is the right choice, with several providing clear explanations of why it ensures traffic stays within the private AWS network.Official Reference
Exam Strategy
When you see a VPC with 'no internet access' and a need to connect to AWS services, always think AWS PrivateLink first. Eliminate any option that involves the public internet (e.g., CloudFront, internet gateway) or that is unrelated to connectivity (e.g., Macie).
Related Analysis
Practice All AIF-C01 Questions
Access 100 questions with complete answers and detailed explanations.
View Full AIF-C01 Practice Test →