aws-inventory icon indicating copy to clipboard operation
aws-inventory copied to clipboard

Fix issues with rendering RDS inventory as a table + EKS support

Open aminland opened this issue 4 years ago • 0 comments

Currently the RDS inventory throws an error. It can't be rendered because the vpc_name and security_group fields are returning a list. Joining these into a single string seems to do the trick.

Additionally, it is much more useful for matching purposes to show the DB Identifier rather than the db name (DB Identifier is what is shown in RDS console).

Update: This PR now also includes the ability to report on EKS clusters.

aminland avatar Jul 06 '20 22:07 aminland