SageMaker Studio Notebook private access via vpc endpoint

0

Hi all,

We are building a Data Lake architecture. We are planning to use SageMaker Studio Notebook and access it via private endpoint instead of giving it public network access. How can i do it?

2回答
0

SageMaker PrivateLink endpoints are available, see this link:

https://docs.aws.amazon.com/vpc/latest/privatelink/aws-services-privatelink-support.html

profile pictureAWS
エキスパート
回答済み 1ヶ月前
0

Follow these steps and links

https://docs.aws.amazon.com/sagemaker/latest/dg/studio-notebooks-and-internet-access.html https://aws.amazon.com/blogs/machine-learning/securing-amazon-sagemaker-studio-connectivity-using-a-private-vpc/

  1. To switch to a VPC-only mode, where internet access is disabled, specify the VPC only network access type when you onboard to Studio or through the CreateDomain API
  2. Only private subnets can be used in VPC only mode.
  3. Configure security groups with specific inbound and outbound rules that allow NFS traffic over TCP
  4. If internet access is required, use a NAT gateway.
  5. For corporate network integration, you can set up a CloudFormation stack for accessing Studio over a corporate network, configure a Route 53 inbound resolver, and establish a private hosted zone for the Studio domain​
  6. Utilize an AWS CloudFormation template to deploy resources such as a new VPC with a private subnet and security group, an encrypted S3 bucket, and VPC endpoints with access control policies
  7. After setting up your environment, create a SageMaker Studio domain and assign it to a VPC.
profile picture
エキスパート
回答済み 1ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ