Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

AWS Certified AI Practitioner(AIF)対策:ネットワーク分離モード(PrivateLink・VPCエンドポイント)

Last updated at Posted at 2024-12-17

ネットワーク分離モード

SageMaker が 「ネットワーク分離モード」 という機能を使ってインターネットへのアクセスが制限されている場合、インターネットへのアクセスを制限しつつ、S3へアクセスしてデータを取得するには、2つの方法があります。

  • VPCエンドポイン ト
  • AWS PrivateLink

PrivateLink

AWS PrivateLink を使用することで、 VPC 内からインターネットを経由せず に、Bedrock などの AWS サービスにセキュアにアクセスできます。

これにより、データのセキュリティが強化され、ネットワークの複雑さも軽減されます。

VPCエンドポイント

プライベートサブネットに設置したBedrockは、VPCエンドポイント経由でAPIコールをすることができます。

S3のゲートウェイエンドポイント

VPC 内のリソースがインターネットを介さずに、プライベートネットワークを通じて S3 にアクセスするために使用されます。

0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?