Autosave: 2024-03-05 18:14:55

This commit is contained in:
thomasabishop 2024-03-05 18:14:55 +00:00
parent 2d8eee4e47
commit 2be4b9e759

View file

@ -45,5 +45,4 @@ aws cloudformation delete-stack --stack-name <my_stack> --region <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
```