Skip to content

Instantly share code, notes, and snippets.

@iamronsuez
Created August 7, 2019 14:15
Show Gist options
  • Save iamronsuez/5e34605fd7bd6d0efa0c2ac945529495 to your computer and use it in GitHub Desktop.
Save iamronsuez/5e34605fd7bd6d0efa0c2ac945529495 to your computer and use it in GitHub Desktop.
{
"GroupDefinitions": [
{
"Type": "DIMENSION",
"Key": "AZ"
}
],
"ResultsByTime": [
{
"TimePeriod": {
"Start": "2019-08-01",
"End": "2019-09-01"
},
"Total": {},
"Groups": [
{
"Keys": [
"NoAZ"
],
"Metrics": {
"AmortizedCost": {
"Amount": "3.7550236389",
"Unit": "USD"
},
"BlendedCost": {
"Amount": "3.7550236389",
"Unit": "USD"
},
"NetUnblendedCost": {
"Amount": "3.7550236389",
"Unit": "USD"
},
"UsageQuantity": {
"Amount": "370.2707006434",
"Unit": "N/A"
}
}
},
{
"Keys": [
"us-east-1"
],
"Metrics": {
"AmortizedCost": {
"Amount": "0",
"Unit": "USD"
},
"BlendedCost": {
"Amount": "0",
"Unit": "USD"
},
"NetUnblendedCost": {
"Amount": "0",
"Unit": "USD"
},
"UsageQuantity": {
"Amount": "1335",
"Unit": "N/A"
}
}
}
],
"Estimated": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment