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 Risposta
0
Risposta accettata

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
ESPERTO
con risposta 2 mesi fa
profile pictureAWS
ESPERTO
verificato 2 mesi fa
  • 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.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande