Is Amazon S3 endpoint accessible from multiple VPC's?

0

Customer has multiple VPC's and is looking to avoid creating an S3 endpoint in each VPC. Is there a way for transit gateway to allow cross VPC endpoint communication?

AWS
Kevin_B
asked 5 years ago892 views
1 Answer
1
Accepted Answer

Amazon S3 uses Gateway Endpoints for which traffic has to be originated from the VPC itself and cannot be transitive. This Gateway Endpoint limitation is documented here: https://docs.aws.amazon.com/vpc/latest/userguide/vpce-gateway.html#vpc-endpoints-limitations.

An option to overcome this limitation is to use Amazon EC2 proxy Instances. More detailed information can be found here: https://d0.awsstatic.com/aws-answers/Accessing_VPC_Endpoints_from_Remote_Networks.pdf

AWS
EXPERT
answered 5 years ago
profile picture
EXPERT
reviewed a month ago

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