AWS Lambda - NAT Gateway internet access results in timeout
问题 I have a AWS Lambda function which: checks a Redis Elasticache instance, if the item is not found in the cache, goes to Google Places API service. The Redis instance is in a private subnet ; so, to fetch it, I added the VPC and the subnet in which the instance resides. I also specified the security group which allows all the outbound traffic. The Network ACL is the default one which is supposed to all the inbound and the outbound traffic. When adding VPC to Lambda function like that via the