In the compute_optimizer_ebs_volume_lines table the schema is set so that the tags is referencing column 55, it is infact column 56. Consequently tags always return true/false on if it is a rootvolume not the expected tag values.
This is it:
|
{ |
|
"Name": "tags", |
|
"Type": "string" |
|
} |
It should be [note the following is NOT a duplicate of currentconfiguration_rootvolume, there is a column called rootvolume directly after it in the CSV's and before the tags column]:
{
"Name": "rootVolume",
"Type": "string"
},
{
"Name": "tags",
"Type": "string"
}
This bumps the tags along to column 56 and they then display correctly in the views.