With two AWS accounts in place, wherein on AWS "Account A", I have some ec2's running. AWS "Account B", I have a EKS Cluster running some pods which are accessible with an Internet-Facing Application Load Balancer Ingress installed in the Kubernetes cluster
Do I enable VPC peering between these two account's VPC's, if so, how do i whitelist the IP / CIDR range in the "Account B" ALB's Security Group to allow access from "Account A"
Currently the ALB's security group inbound is updated with only the IP range of the internal VPN service we use and is perfectly accessible from anywhere within the organization's infrastructure, however, i'm unable to access the ALB from other AWS accounts.