AWS Cross-Region VPC Peering Cloudformation doesn't recognise the VPC in the other region
I have been working on creating a VPC Peering Connection that can peer from eu-west-1 to us-east-1 with the use of a cloudformation. This is the cloudformation as of right now: AWSTemplateFormatVersion: 2010-09-09 Description: This templates creates a VPC Peering connection. (Requester Account) Parameters: PeerName: Description: Name of the VPC Peer MaxLength: 255 Type: String… Read More AWS Cross-Region VPC Peering Cloudformation doesn't recognise the VPC in the other region