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 Antwort
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
beantwortet vor einem Monat
profile pictureAWS
EXPERTE
überprüft vor einem Monat
  • If this assisted you, would you kindly accept my answer.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen