Skip to content

Commit

Permalink
aws-cur: add page (#6133)
Browse files Browse the repository at this point in the history
  • Loading branch information
258204 committed Jun 23, 2021
1 parent a01df47 commit e55d089
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pages/common/aws-cur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# aws cur

> Create, query, and delete AWS usage report definitions.
> More information: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/cur/index.html>.
- Create an AWS cost and usage report definition from a JSON file:

`aws cur put-report-definition --report-definition file://{{path/to/report-definition.json}}`

- List usage report definitions defined for the logged in account:

`aws cur describe-report-definitions`

- Delete a usage report definition:

`aws cur --region {{aws_region}} delete-report-definition --report-name {{report}}`

0 comments on commit e55d089

Please sign in to comment.