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 Antwort
0
Akzeptierte Antwort

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
EXPERTE
beantwortet vor 2 Monaten
profile pictureAWS
EXPERTE
überprüft vor 2 Monaten
  • 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.

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