aws-samples / aws-cudos-framework-deployment

Command Line Interface tool for Cloud Intelligence Dashboards deployment
https://catalog.workshops.aws/awscid
MIT No Attribution
399 stars 152 forks source link

RDS Aurora I/O-Optimized not showing correctly in the "Daily Storage Cost for Amazon Relational Database Service" view in CUDOS #637

Closed danbaril-aws closed 10 months ago

danbaril-aws commented 11 months ago

When customers enable Aurora I/O-Optimized, the "Daily Storage Cost for Amazon Relational Database Service" replaces RDS Aurora Storage with RDS Magnetic Storage.

To fix the issue, a new line should be added in the calculated field Databases Storage Type Below an example:

{product_code} = 'AmazonRDS' and locate({usage_type}, 'Aurora:IO-OptimizedStorageUsage')> 0,
    'RDS Aurora I/O Optimized Storage',

Please note that the compute usage type also changes to InstanceUsageIOOptimized: and it could affect other visuals.

yprikhodko commented 11 months ago

will be added in the next CUDOS release

yprikhodko commented 10 months ago

Released in CUDOS v5 - https://github.com/aws-samples/aws-cudos-framework-deployment/blob/main/changes/CHANGELOG-cudos.md#cudos---500