0

I have two aws accounts. I have a user in account a which needs to have full access to aws data pipeline in account B. How to achieve this?

I have attached a policy to the user in account A to have access to data pipeline.

But how do I attach a policy to datapipeline in account B so that it accepts requests from this user from account A?

Njoi
  • 365
  • 1
  • 6
  • 16

1 Answers1

0

AWS STS with Assume Role will let you setup with cross account resource access. There is a very descriptive video by AWS to help understand & setup the same. For your case, instead of EC2 you will just give Datapipeline access.

Amith Kumar
  • 4,400
  • 1
  • 21
  • 28