用于 Lambda 的 VPC Rekognition 端点

VPC Rekognition endpoint for use with Lambda

我有一个 Lambda 函数需要连接到 S3、RDS 和 Rekognition。显然这意味着将它放在 VPC 中,这当然会终止互联网访问(感谢 AWS....)

我能够通过简单地创建到 com.amazonaws.us-east-2.s3 的网络端点来保持对 S3 的访问。这使我不必创建网关,因为我拒绝每月为我的 Lambda 函数访问互联网支付 33 美元....

但是,真的没有可以与 Rekognition 一起使用的端点吗?我没有看到任何明显的东西,但我真的不在我的舒适区,因为它正在处理 VPC 网络,所以我想仔细检查一下其他 45 个端点中的任何一个是否可以工作,或者是否有人提出有任何解决方法吗?

2019 年 9 月 12 日,AWS 宣布:

Starting today, AWS customers can use AWS PrivateLink to access Amazon Rekognition from their Amazon Virtual Private Cloud (Amazon VPC) without using public IPs, and without requiring the traffic to traverse across the Internet. Amazon Rekognition lets customers easily add intelligent image and video analysis to their applications. AWS PrivateLink provides private connectivity between VPCs and AWS services, without ever leaving the Amazon network.

参见:Announcing AWS PrivateLink support for Amazon Rekognition