Search code examples
aws-lambdaaws-vpc

AWS Lambda how to access on-premise sql server


Our local server is connected to AWS via VPN. I can telnet our on-premise sql server in AWS EC2, but I can't connect to the sql server in Lambda function, always timeout. The EC2 and Lambda function are in same VPC. Did I miss something?


Solution

  • Update to SQL SERVER 2008 SP3 from RTM, problem solved.