I am trying to expand my current aws application. My application is based entirely in us-east-1 and it includes Lambda functions, sqs , autoscaling groups and a database. Recently we have used up a lot of gpu's in the current region and aws team suggested we consider using gpu's in us west 2. So I have created a VPC in us west 2 and started a peering connection to the vpc in us east 1. All I want to do is that my Autoscaling group in west2 can send and receive messages from sqs in us east 1. How do I navigate this and are there some documents around this(I couldn't find any)?
I tried creating a vpc peering connection but don't know how to navigate setting up security groups and endpoints.