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 réponse
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
répondu il y a un mois
profile pictureAWS
EXPERT
vérifié il y a un mois
  • If this assisted you, would you kindly accept my answer.

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions