1 回答
- 最新
- 投票最多
- 评论最多
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
