2

I am experiencing the error "InvalidRequestException: Invalid request made for describing ENI" when executing AWS DataSync task from Fargate/Lambda. What could be the cause of this?

1 Answer 1

2

I found the cause of this. The issue is because I am using a VPC with the transfer. To fix this, the Fargate/Lambda role should allow the following:

- Effect: 'Allow'
  Action:
    - 'ec2:DescribeNetworkInterfaces'
  Resource: '*'
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.