Amazon web services – How to get resources' tags by their IDs ( not ARNs ) using boto3?
I try to collect stats from AWS CostExplorer using boto3 lib. I've used method get_cost_and_usage_with_resources ( see details: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ce/client/get_cost_and_usage_with_resources.html ) and it returns response with resources (ID or ARN), their usage and cost. I would like to map this data…