I would like each client connected to the AWS Client VPN Endpoint to be given the same IP address every time they connect.
If it is possible, how could I achieve this?
I would like each client connected to the AWS Client VPN Endpoint to be given the same IP address every time they connect.
If it is possible, how could I achieve this?
Why do you want to do this? It seems like you are trying to solve another problem by doing this (see: XY problem).
You have IoT devices, why not just use IoT and the Secure Tunneling?
I have a set of devices that need to be on the same network. I’ve created this Client VPN Endpoint for the devices to connect to. I need to contact the devices by using their assigned IP on that VPN.
Why do these devices need to be on the same network?
These devices are Raspberry Pis and I want them to be on the same network so that I can SSH into them.