Free AWS AIP-C01 Actual Exam Questions - Question 6 Discussion

Question No. 6

Scenario: SageMaker notebook instances are deployed inside an isolated VPC with interface endpoints, yet unauthorized external users can still access them through the internet. Question- How can the team limit access to the SageMaker notebook instances, ensuring only authorized VPC users can connect?. Options:

Select one option, then reveal solution.
US
SW
Sami W.
2026-01-27

It’s B because controlling access with VPC Endpoint Policies directly limits which IAM users can connect through the endpoint, preventing unauthorized users even if network rules are bypassed.

0
PM
Paul M.
2026-01-23

D, since locking down the security group to VPC IPs physically blocks outside traffic.

0
PM
Paul M.
2026-01-21

C imo, since restricting IAM actions via interface endpoints narrows access to authorized users only.

0
PM
Paul M.
2026-01-21

This one’s tricky but I think D is solid because restricting the security group to VPC CIDR blocks directly limits network access to the notebooks. Even if credentials leak, no external IP can connect. B controls API access but might not stop direct network access if that’s misconfigured. So, D’s a more foolproof way to block external internet traffic in this setup.

0
SZ
Saad Z.
2026-01-13

D seems best—attach a policy to the SageMaker notebook's IAM role. It's straightforward and secure for granting needed S3 access without extra complexity.

0