Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从 Fargate/Lambda 执行 AWS DataSync 任务时,我遇到错误“InvalidRequestException:用于描述 ENI 的请求无效”。这可能是什么原因?
我找到了这个原因。问题是因为我正在使用 VPC 进行传输。要解决此问题,Fargate/Lambda 角色应允许以下操作:
- Effect: 'Allow' Action: - 'ec2:DescribeNetworkInterfaces' Resource: '*'