Can a VPC Endpoint use by 2 AWS Services at once?

0

We have problem in determining that if a VPC Endpoint can be use by multiple AWS services. Lets say I have a S3 bucket endpoint and currently AWS Transfer Family is using it, then I want to use AWS Glue to do something. Can AWS Glue use the same endpoint that Transfer Family currently using or if any other services?

1 réponse
0
Réponse acceptée

Hello.

If one VPC endpoint is created within a VPC, it can be accessed from multiple services (such as EC2) via the VPC endpoint.
In other words, if one S3 VPC endpoint is created within the VPC, it is possible to access S3 from AWS Glue and Transfer Family.

There are two types of VPC endpoints: gateway type and interface type. The gateway type can be accessed by creating one, linking it to the VPC, and then editing the route table.
For interface type users, you need to allow HTTPS in the security group's inbound rules.
https://docs.aws.amazon.com/vpc/latest/privatelink/privatelink-access-aws-services.html

profile picture
EXPERT
répondu il y a 2 mois
profile pictureAWS
EXPERT
vérifié il y a 2 mois
  • So generally speaking, a VPC endpoint can be use by multiple AWS services right? Correct me if I am wrong

  • Yes, if you want to access S3 etc. via a VPC endpoint, you can do so by creating one VPC endpoint for S3.

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