I am trying to load S3 data from Account A Bucket into an RDS instance in account B. I cannot use Resource policy. It needs to be done only using IAM roles.
I have a Role Created in Account A and it has access to the S3 Bucket. I have a Role Create in Account B which allows Assume Role from Account A.
How do I use these to load Data from Account A to Account B?