Yes, normally you could follow indications in this link :
https://www.cloudcarbonfootprint.org/docs/aws Don't forget to create the role "ccf-role" from your master account, report ID + secret + region in AWS CLIv2 , activate Cost and Usage report from your master account. And of course configure .env in api and client.
Be sure that Athena is working fine from AWS and buckets are functionnal with the results of athena query.
I configured data to be filtered by month with variable "
REACT_APP_GROUP_BY" and query will be faster.
One more thing to know, AWS CUR don't store historical data. So if you activate CUR on 1st May 2022, you only will be able to see data from 1st May to Today. And it will be probably the same for all your AWS accounts. So you have to be patient once CCF is working to retrieve data. :)
I hope it will work fine for you !
Regards,
Clement