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
Copy file name to clipboardexpand all lines: docs/tables/aws_cost_and_usage_focus/index.md
+17-17
Original file line number
Diff line number
Diff line change
@@ -129,37 +129,37 @@ order by
129
129
130
130
## Example Configurations
131
131
132
-
### Collect for a specific export
132
+
### Collect reports from an S3 bucket
133
133
134
-
For a specific export (`my-focus-export` in this example), collect Cost and Usage FOCUS reports.
134
+
Collect Cost and Usage FOCUS reports stored in an S3 bucket that use the [default log file name format](https://docs.aws.amazon.com/cur/latest/userguide/dataexports-export-delivery.html#export-summary).
135
+
136
+
**Note**: We only recommend using the default log file name format if the bucket and prefix combination contains Cost and Usage FOCUS reports. If other reports, like the Cost and Usage Report 2.0, are stored in the same S3 bucket with the same prefix, Tailpipe will attempt to collect from these too, resulting in errors.
Collect Cost and Usage FOCUS reports stored in an S3 bucket that use the [default log file name format](https://docs.aws.amazon.com/cur/latest/userguide/dataexports-export-delivery.html#export-summary).
152
+
### Collect for a specific export
154
153
155
-
**Note**: We only recommend using the default log file name format if the bucket and prefix combination contains Cost and Usage FOCUS reports. If other reports, like the Cost and Usage Report 2.0, are stored in the same S3 bucket with the same prefix, Tailpipe will attempt to collect from these too, resulting in errors.
154
+
For a specific export (`my-focus-export` in this example), collect Cost and Usage FOCUS reports.
Copy file name to clipboardexpand all lines: docs/tables/aws_cost_and_usage_report/index.md
+18-18
Original file line number
Diff line number
Diff line change
@@ -133,15 +133,31 @@ order by
133
133
134
134
## Example Configurations
135
135
136
-
### Collect for a specific CUR 2.0 export
136
+
### Collect reports from an S3 bucket
137
137
138
-
For a specific export (`my-cur-2-0-export` in this example), collect Cost and Usage 2.0 reports.
138
+
Collect Cost and Usage reports stored in an S3 bucket that use the [default log file name format](https://docs.aws.amazon.com/cur/latest/userguide/dataexports-export-delivery.html#export-summary).
139
+
140
+
**Note**: We only recommend using the default log file name format if the bucket and prefix combination contains Cost and Usage reports. If other reports, like the Cost and Usage FOCUS report, are stored in the same S3 bucket with the same prefix, Tailpipe will attempt to collect from these too, resulting in errors.
139
141
140
142
```hcl
141
143
connection "aws" "billing_account" {
142
144
profile = "my-billing-account"
143
145
}
144
146
147
+
partition "aws_cost_and_usage_report" "my_cur" {
148
+
source "aws_s3_bucket" {
149
+
connection = connection.aws.billing_account
150
+
bucket = "aws-cur-billing-bucket"
151
+
prefix = "my/prefix/"
152
+
}
153
+
}
154
+
```
155
+
156
+
### Collect for a specific CUR 2.0 export
157
+
158
+
For a specific export (`my-cur-2-0-export` in this example), collect Cost and Usage 2.0 reports.
Collect Cost and Usage reports stored in an S3 bucket that use the [default log file name format](https://docs.aws.amazon.com/cur/latest/userguide/dataexports-export-delivery.html#export-summary).
173
-
174
-
**Note**: We only recommend using the default log file name format if the bucket and prefix combination contains Cost and Usage reports. If other reports, like the Cost and Usage FOCUS report, are stored in the same S3 bucket with the same prefix, Tailpipe will attempt to collect from these too, resulting in errors.
Collect cost optimization recommendations stored in an S3 bucket that use the [default log file name format](https://docs.aws.amazon.com/cur/latest/userguide/dataexports-export-delivery.html#export-summary).
0 commit comments