Open beviz opened 2 years ago
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?
Thank you for your report.
Probably not yet supported.
https://github.com/k1LoW/awspec/blob/33fdbbaca2c9d3d3265c273e5ede538fd8218c75/lib/awspec/helper/finder/rds.rb#L6-L17
awspec now supports rds_db_cluster and rds_global_cluster. So you can find aurora clusters with these awspec resources.
rds_db_cluster
rds_global_cluster
I tried to locate my aurora cluster with awspec, but whatever the value I input, awspec cannot find it.
Does awspec still not support Aurora as of now? Is there any other way I can leverage temporarily?