diff --git a/zk/AWS_CLI.md b/zk/AWS_CLI.md index 66dc9b6..9c7fa11 100644 --- a/zk/AWS_CLI.md +++ b/zk/AWS_CLI.md @@ -45,5 +45,4 @@ aws cloudformation delete-stack --stack-name --region ``` aws ce get-cost-and-usage --time-period Start=$(date +%Y-%m-01),End=$(date -d @$(( $(date +%s) + 86400 )) +%Y-%m-%d) --granularity MONTHLY --metrics "UnblendedCost" "UsageQuantity - ```