Quicksight dashboard that shows ec2 name and sorted by cost

0

I just deployed the basic CID cloud formations. How do I go about creating a quicksight dashboard that will display all ec2 by name, sorted by costs? Assuming I would need to create a new calculated field?

1 Answer
0

CID Dashboard uses Cost and Usage Report which doesn't contain instance names. You can use line_item_resource_id in conjunction with an external table that has the mapping between Instance ID and name. Here is the data dictionary for CUR: https://docs.aws.amazon.com/cur/latest/userguide/Lineitem-columns.html#l-R

profile pictureAWS
EXPERT
answered 7 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions