Does VPC Link have any IP Address of its own?

1

When I connect HTTP APIGW to VPC LINK to a Public ALB, what does the traffic flow look like?

Does the traffic flow through Internet? Does VPC link have an IP of its own? What should be my security group rule in this case?

1 個回答
2

Howdy!

VPC Link is a feature of AWS API Gateway that allows you to create a private and secure connection between your API Gateway REST API or HTTP API and resources with your VPC. It uses AWS Private Link to facilitate this private connectivity. AWS PrivateLink (including VPC endpoints and VPC endpoint services) does not have its own IP addresses assigned. Instead of IP addresses, PrivateLink uses elastic network interfaces (ENIs) and private IP addresses from within your VPC's IP address range. The traffic between your VPC and the AWS service or resource is routed using the ENIs and private IP addresses within your VPC's IP address range, without requiring any public IP addresses or exposing your resources to the internet.

Here are some resources that may help:

profile pictureAWS
已回答 1 個月前
profile pictureAWS
專家
已審閱 1 個月前
  • If this assisted you, would you kindly accept my answer.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南