0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Aurora Serverless v1のリスト化方法

Posted at

Aurora Serverless v1がサポート切れです。

v2と設定パラメータが異なるので地味に探しづらい代物

AWS Config Advanced Queryを使うなら

SELECT 
WHERE
 resourceType = 'AWS::RDS::DBCluster'
 AND configuration.engineMode = 'serverless'

インスタンスではなくDBClusterを検索するのがポイントです。
v2のほうはインスタンスで検索できます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?