Difference between revisions of "Template:Aws ce get-cost-and-usage example"

From wikieduonline
Jump to navigation Jump to search
(Created page with " aws ce get-cost-and-usage \ --time-period 'Start=2023-02-12,End=2024-02-12' \ --metrics 'UnblendedCost'...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
  [[aws ce]] get-cost-and-usage                                  \
 
  [[aws ce]] get-cost-and-usage                                  \
     --time-period 'Start=2023-02-12,End=2024-02-12'        \
+
     --time-period 'Start=2023-02-29,End=2024-02-29'        \
 
     --metrics    '[[UnblendedCost]]'                          \
 
     --metrics    '[[UnblendedCost]]'                          \
 
     --granularity 'MONTHLY'                                \
 
     --granularity 'MONTHLY'                                \
 
     --query      'ResultsByTime[*].Total.[UnblendedCost]' \
 
     --query      'ResultsByTime[*].Total.[UnblendedCost]' \
 
     --output      'table'
 
     --output      'table'

Latest revision as of 15:54, 29 February 2024

aws ce get-cost-and-usage                                  \
    --time-period 'Start=2023-02-29,End=2024-02-29'        \
    --metrics     'UnblendedCost'                          \
    --granularity 'MONTHLY'                                \
    --query       'ResultsByTime[*].Total.[UnblendedCost]' \
    --output      'table'

Advertising: