Does awspec support RDS Aurora?
beviz opened this issue · 2 comments
beviz commented
I tried to locate my aurora cluster with awspec, but whatever the value I input, awspec cannot find it.
describe rds(db_name|cluster_id|cluster_resource_id) do
end
Does awspec still not support Aurora as of now? Is there any other way I can leverage temporarily?
k1LoW commented
Thank you for your report.
Probably not yet supported.
awspec/lib/awspec/helper/finder/rds.rb
Lines 6 to 17 in 33fdbba
alpineriveredge commented
awspec now supports rds_db_cluster
and rds_global_cluster
.
So you can find aurora clusters with these awspec resources.