Notebooks in a private subnet must call SageMaker APIs without a NAT path to the public SageMaker endpoint. What should they create?
Select an answer to reveal the explanation.
Short Explanation
Notebooks in a private subnet must call SageMaker APIs without a NAT hop. Create interface VPC endpoints so control-plane calls stay private. A NAT-only path or a public-subnet move puts those calls on the internet.
Full Explanation
Interface VPC endpoints for SageMaker (and related APIs) keep control-plane calls on the private network. A NAT-only path or a public-subnet move puts those calls on the internet. Transcribe is not that endpoint.