Forrest logo
back to context overview

aws-cur

List of commands for aws-cur:

  • aws-cur:tldr:5afbe aws-cur: List usage report definitions defined for the logged in account.
    $ aws cur describe-report-definitions
    try on your machine
    explain this command
  • aws-cur:tldr:810a6 aws-cur: Delete a usage report definition.
    $ aws cur --region ${aws_region} delete-report-definition --report-name ${report}
    try on your machine
    explain this command
  • aws-cur:tldr:b5054 aws-cur: 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}
    try on your machine
    explain this command
back to context overview