I have some AWS accounts that is not under an AWS Organization, one is used as master account, the others as member account. I want to export AWS Cost & Usage Report by CSV to master account S3 bucket, and use it in QuickSight.
Of course I can create a lambda function in each member accounts, use a PutObject
trigger and transfer CSV files to master account.
But is there an easier way to do that?
※Some thing like use a cross account S3 bucket as member account AWSCUR export destination, etc.