Skip to content

Best approach to isolate Amazon SageMaker in a VPC without internet access?

0

What are the best practices for allowing SageMaker to access datasets in S3 without exposing the VPC to the internet? Should I use only Interface endpoints (AWS PrivateLink), or are there scenarios where Gateway endpoints are more efficient?

1 Answer
0

From the documentation

Amazon S3 supports both gateway endpoints and interface endpoints. With a gateway endpoint, you can access Amazon S3 from your VPC, without requiring an internet gateway or NAT device for your VPC, and with no additional cost. However, gateway endpoints do not allow access from on-premises networks, from peered VPCs in other AWS Regions, or through a transit gateway. For those scenarios, you must use an interface endpoint, which is available for an additional cost.

AWS
EXPERT

answered 2 years ago

EXPERT

reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.