by kacy on 3/3/17, 5:51 PM with 8 comments
by gregatragenet3 on 3/3/17, 7:32 PM
by web007 on 3/3/17, 6:19 PM
2. They have built-in billing alerts. You can get notified if your spend in any particular category is greater than some threshold.
3. We use a 3rd party service (Cloudability) to help with cost tracking and RI allocations. There are several other companies that do the same, and depending on your total AWS bill they have more or less automation available to you.
by chasers on 3/3/17, 6:28 PM
AWS' Billing dashboard is also great for a quick view. The report I use most is one I created that is the "Daily Cost per API Operation". Do the "Daily costs" report then group by API operation. I then view it by day (instead of month) for the last 3 cal months as a stacked bar graph.
I also have a CloudWatch alarm set to trigger at a certain spend. That alarm should trigger around the same day of each month. That way if it triggers 7 (or whatever) days before expected, I know we may have a problem.
by rotten on 3/4/17, 12:08 PM
by sokoloff on 3/3/17, 8:52 PM
Cost Explorer as secondary or more detailed views.
We're mostly done migrating to a subaccount per squad (or even service) model, which means there's a useful report in cost explorer on the micro level. (We started in one massive, central, shared account and tried to get by with tagging; that was largely a failure on the tagging front, but it also made it quite difficult to ensure that you had all the access and freedom you needed without inadvertently having more access than you wanted to someone else's stuff.)
by late2part on 3/4/17, 1:12 AM