0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【備忘録】private subnet で ECS Service を起動する

0
Posted at

VPCエンドポイント

AWSサービスにprivate subnetから直接アクセスする仕組み
設定項目は以下の通り

  • アクセスするAWSサービス
  • サブネット or ルートテーブル
  • セキュリティグループ

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

  • AWSサービス > タイプ: InterfaceVPCエンドポイント
    uwagakiyou.png
  • 作成時にサブネットを指定するが関係無く、VPC内全サブネットからアクセス可能

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

  • AWSサービス > タイプ: GatewayVPCエンドポイント
    uwagakiyou.png
  • 作成時に指定したルートテーブルを持つサブネットのみアクセス可能

必要なVPCエンドポイント

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?