Reputation: 11
I have two AWS accounts, say A (for use of AWS services) and B(for s3). I want to access B's s3 bucket in account A's Data pipeline service to manage data transfer within Account B. I have access key pair for Account B. How can I set up S3 access to data pipeline service using access key pair?
Upvotes: 0
Views: 458
Reputation: 269666
I am not familiar with Data Pipeline, but I suspect you will need to:
The permissions need to be granted in both directions.
I suspect that this is more likely to work than giving Data Pipeline a special set of credentials to use when accessing that particular bucket.
Upvotes: 1