SQS interface endpoint for cross region access

0

Is it possible to use SQS interface endpoint for cross region access? Use case: service in VPC-A in region A to access SQS queue in region B? If not, what would be next best way to access it? Is it possible over private network or it has to be done over public internet?

AWS
asked 3 years ago1188 views
1 Answer
0
Accepted Answer

Interface endpoints are regional. From the docs, "Endpoints are supported within the same Region only. You cannot create an endpoint between a VPC and a service in a different Region. " You could do VPC peering to access the endpoint from another region, using a private hosted zone to map the name.

AWS
Jorge_P
answered 3 years 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