1 Risposta
- Più recenti
- Maggior numero di voti
- Maggior numero di commenti
1
Hi,
You may want to manage this policy of single connection via Connection Logging: see https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/connection-logging.html
You can have a Lambda function that is notified of connection / disconnection via the mechanism above. Then, your Lambda will have to add / remove the corresponding user from the VPN Access Group to allow / disallow a second connection while there is an active one.
See https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/scenario-restrict.html#scenario-restrict-groups for management of users in access groups.
Best,
Didier
Contenuto pertinente
- AWS UFFICIALEAggiornata 2 anni fa
