You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hitting the following error when trying to create an AWS batch function using serverless:
An error occurred: TestBatchLambdaFunction - The provided execution role does not have permissions to call CreateNetworkInterface on EC2 (Service: AWSLambdaInternal; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: 66cd36bb-eaf5-420b-8880-359e52d985c1; Proxy: null).
Here is my serverless.yaml (clipped to be more succinct):
Hitting the following error when trying to create an AWS batch function using serverless:
An error occurred: TestBatchLambdaFunction - The provided execution role does not have permissions to call CreateNetworkInterface on EC2 (Service: AWSLambdaInternal; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: 66cd36bb-eaf5-420b-8880-359e52d985c1; Proxy: null).
Here is my serverless.yaml (clipped to be more succinct):
Any idea what I'm doing wrong, or am I hitting a bug in this plugin?
The text was updated successfully, but these errors were encountered: