Closed jspreddy closed 2 years ago
:thinking: this is pretty strange. I was able to replicate this with raw aws cli
calls as well, so it seems that AWS themselves returns RDS instances for these lists. Let me experiment some more and see if I can figure out why they do that.
For example - I ran aws docdb describe-db-instances --region us-east-1
and received all my Postgres RDS instances.
I found this: https://github.com/aws/aws-cli/issues/4688 Seems to be an AWS bug they won't fix. I'll check if I can reliably filter these out somehow.
haha.. the classic "It's a feature, not a bug!" response from AWS. 🤦
Thanks for looking into a workaround. Really appreciate it.
This should be fixed in v1.0.6, please update and check
@jcarter3 Tried on versions 1.22.11
and 2.5.3
. Both still with the same issue.
Side note: No, I didn't try it on 1.0.6
@juarezjsonar are you referring to AWS cli versions? Awsets only goes to 1.0.6. AWS does not consider this a bug, but i was able to filter them out in awsets
Bug:
The following Listers returned data from rds and are "Type"ing as their own.
Details
docdb/cluster
returns data."Type": "docdb/cluster"
.rds/*
resource information and are "Type"ing as their own.command ran:
Version