From 2be4b9e7594f4a7a18a3bb0dc6c0e28e0f1f43da Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Tue, 5 Mar 2024 18:14:55 +0000 Subject: [PATCH] Autosave: 2024-03-05 18:14:55 --- zk/AWS_CLI.md | 1 - 1 file changed, 1 deletion(-) 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 - ```