小编Mal*_* Gk的帖子

AWS Lambda 函数无法调用同一 VPC 中的另一个 Lambda 函数

我创建了 1 个10.5.0.0/16具有 2 个子网 ( 10.5.1.0/2410.5.4.0/24) 的 VPC。

我创建了一个安全组:

入境规则:

Type Protocol   Port   range   Source      Description - optional
All  traffic    All    All    0.0.0.0/0    allowing traffic from same security group
All  traffic    All    All    ::/0         allowing traffic from same security group
Run Code Online (Sandbox Code Playgroud)

出境规则:

Type Protocol   Port   range   Source      Description - optional
All  traffic    All    All    0.0.0.0/0    allowing traffic from same security group
All  traffic    All    All    ::/0         allowing traffic from same security group
Run Code Online (Sandbox Code Playgroud)

现在,我创建了 2 个具有适当 …

amazon-web-services aws-lambda

9
推荐指数
1
解决办法
5862
查看次数

标签 统计

amazon-web-services ×1

aws-lambda ×1