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 Answer
0
Accepted Answer

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
answered a month ago
profile pictureAWS
EXPERT
reviewed a month ago
  • 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.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions