How can I get access to buckets in another region in VPC environment?

0

Hi,

To make sagemker model in us-west-2 can get access to Redis Cluster in us-west-1, I ran this model in VPC environment in us-west-2 and used a peering connection. However, the problem coming with VPC is that this model can not get access to objects in us-west-1 S3 buckets anymore.

In VPC, I can set a Gateway endpoint so that it can get access to us-west-2 buckets. However, I can not set a Gateway endpoint for us-west-1 bucket, cause VPC is in us-west-2.

May I ask what should I do so that the sagemaker model can get access to us-west-1 buckets?

2 回答
0

Gateway endpoints are available only from within the VPC. If you are looking to setup remote connectivity then you need to setup VPC Interface Endpoints.

Refer the section: Cross Region endpoint access

https://docs.aws.amazon.com/whitepapers/latest/building-scalable-secure-multi-vpc-network-infrastructure/centralized-access-to-vpc-private-endpoints.html

profile pictureAWS
专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则