I have an AWS lambda function that sends data to server outside of AWS.
The server will start to work with VPN, so I need to define a VPN client in my AWS account.
Is it possible to make my AWS Lambda to work with VPN?
If not, what is the best and easiest option (e.g. set an EC2 with VPn to forward normal traffic to VPN traffic, define nat instance with VPN, etc)?