1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

VPCにあるエンドポイントサービスってなに?

Posted at

勉強前イメージ

エンドポイントと似たような感じかなって思ってる

調査

VPCのエンドポイントサービス とは

AWS PrivateLink を使用してVPCとAWSアカウントをまたいだサービスの間をプライベート接続ができるようになるサービスになります。

要するに独自でアプリケーションを作って、 エンドポイントを作成して 利用できるようになる ということです。
エンドポイントサービスはNLBまたはGLBを使用するのですが、NLBまたはGLB配下のサービスに別のVPCからセキュアにつなげるというようなイメージです。
図でいうと以下のようです。

12022-04-14 # VPCにあるエンドポイントサービスってなに? - diagrams.net.png

  • エンドポイント : VPCと他のサービス間の通信を可能にするコンポーネント
  • エンドポイントサービス : VPCと独自のサービスの間をプライベート接続ができるようになるコンポーネント

2エンドポイントサービス _ VPC Management Console - Google Chro.png

エンドポイントサービスの種類

  • インターフェースエンドポイント

NLBを使用し、その配下のサービスにアクセスします。

  • Gateway Load Balancerエンドポイント

GLBを使用し、その配下のサービスにアクセスします。

勉強後イメージ

勉強していってるとVPCエンドポイントらへんがもっとわからなくなってくる・・・

参考

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?