I have 2 AWS account:
- Account A: Codepipeline
- Account B: S3 containing zip
The requirement is such that the codepipeline in account A will need S3 zip file as source stage from Account B. Also the codepipeline should detect changes in the S3 path whenever there is a new zip file and invoke the pipeline.
Can anyone help me with the cross account roles and steps required in the above process please.