I have an AWS Client VPN setup so that people who can connect to the VPN can access our EC2 servers on the same VPC. Some users are reporting they cannot connect to the services while on the VPN, while others can.
I can do a ping {{address_of_ec2_instance}}
in the terminal and get a response, but another user connected to the same vpn will get a timeout with the exact same command, and the same IP resolved. When they go to https://www.whatismyip.com/, they report being connected to the same ISP and Location.
The only thing I can speculate is that maybe I haven't allowed the proper port range on the EC2 Security Settings, and some users are within the port range but others are not. How do I determine what port range to forward, given a Client VPN Endpoint?