k1LoW / awspec

RSpec tests for your AWS resources.
MIT License
1.17k stars 194 forks source link

Does awspec support RDS Aurora? #559

Open beviz opened 2 years ago

beviz commented 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?

k1LoW commented 2 years ago

Thank you for your report.

Probably not yet supported.

https://github.com/k1LoW/awspec/blob/33fdbbaca2c9d3d3265c273e5ede538fd8218c75/lib/awspec/helper/finder/rds.rb#L6-L17

alpineriveredge commented 2 years ago

awspec now supports rds_db_cluster and rds_global_cluster. So you can find aurora clusters with these awspec resources.