Template:Aws ce get-cost-and-usage example

From wikieduonline
Revision as of 11:09, 12 February 2024 by Welcome (talk | contribs) (Created page with " aws ce get-cost-and-usage \ --time-period 'Start=2023-02-12,End=2024-02-12' \ --metrics 'UnblendedCost'...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
aws ce get-cost-and-usage                                  \
    --time-period 'Start=2023-02-12,End=2024-02-12'        \
    --metrics     'UnblendedCost'                          \
    --granularity 'MONTHLY'                                \
    --query       'ResultsByTime[*].Total.[UnblendedCost]' \
    --output      'table'

Advertising: