You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some customer have a big CUR. To improve performance we suggest a workaround to change time granularity to daily to reduce 24 times the volume of data.
Current workaround: Granularity can be changed added manually after deployment (and before backfill). Or (preferably) by changing the code before deployment.
- TimeUnit: HOURLY+ TimeUnit: DAILY
The text was updated successfully, but these errors were encountered:
++ include explanation in the doc the change process from hourly to daily:
Delete current stack in payer account (Update of the stack won't work as TimeUnit is a Replacement parameter and replacement CloudFormation cannot update a stack when a custom-named resource requires replacing. Rename cid and update
Delete S3 bucket with current hourly CUR in payer account
Delete hourly data in S3 bucket in data collection account
Some customer have a big CUR. To improve performance we suggest a workaround to change time granularity to daily to reduce 24 times the volume of data.
Need to update legacy and data collection:
Make sure to:
Current workaround: Granularity can be changed added manually after deployment (and before backfill). Or (preferably) by changing the code before deployment.
The text was updated successfully, but these errors were encountered: