An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
Welcome to Microsoft Q&A
Hello @Rai Shehroz , I hope you are doing well.
Since you've confirmed that the VPN tunnel is established and you don't want to use BGP, the issue is likely related to the static routing or traffic configuration, rather than the VPN tunnel itself.
Please verify the following:
- Ensure both the Azure Local Network Gateway and the AWS Customer Gateway/VPN configuration contain the correct static address prefixes for each network.
- Confirm that the Azure and AWS virtual network/VPC address spaces do not overlap.
- Verify that the required routes exist on both sides so that traffic is forwarded through the VPN tunnel.
- Check that NSGs, Azure Firewall (if used), AWS Security Groups, and Network ACLs allow traffic between the Azure VNet and the AWS VPC.
- Use Network Watcher Connection Troubleshoot or IP Flow Verify to confirm whether traffic is being allowed or blocked within Azure. review logs too
If the tunnel is Connected but traffic does not pass, it is typically due to routing or security rules, rather than the VPN Gateway itself.
References:
If my answer helped you, please consider marking it as accepted. This helps others in the community find similar solutions..