hi everyone, how do I get the total expense of a d...
# aws
a
hi everyone, how do I get the total expense of a deployed stack in aws?
w
You mean the aws resource cost? For that you should have applied cost allocation tags to everything and can then just use aws cost explorer to filter for the tags specific to the pulumi stack
a
I am wondering if pulumi provides a shortcut for that.
w
Not as far as I am aware
If you are looking for a programmatic way to interact with AWS cost data, https://www.opencost.io/ is an excellent tool that provides an SQL interface to the cost api's