how to give access to a user in one AWS account to AWS datapipeline in another account?

50 Views Asked by At

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?

1

There are 1 best solutions below

0
On

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.