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回答
0
承認された回答

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
エキスパート
回答済み 2ヶ月前
profile pictureAWS
エキスパート
レビュー済み 2ヶ月前
  • 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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ