I have set up in Aws inside 1 VPC and configured AWS MSK(Kafka) across the AWS VPC I am able to connect the MSK using bootstrap URL. But When I try to connect from Azure VM I am not able to connect.
I have created a site-to-site VPN connection between AWS to AZURE and in azure setup transit gateway also.
Other AWS services like AWS RDS, EC2 machines etc I am able to connect (using site-to-site) from Azure VM but only AWS MSK I am not.
Public access is disabled in AWS MSK and RDS (still can connect RDS).
I have all the AWS services inside 1 VPC only and inside 2 security groups. I have already whitelisted IP range of Azure in site-to-site VPN of AWS.
How can I connect AWS MSK from Azure VM?
Thanks