スキップしてコンテンツを表示

Find what version of RDS engines are available, using the API?

0

Is there a way that I can check what versions of MySQL are available using the command line or an api call?

I'm trying to build a centralised report for a number of things, including if the currently used version has an upgrade available and don't want to be logging into multiple screens in the GUI or having to manually reference Docs

質問済み 6年前1166ビュー
2回答
0
承認された回答

aws rds describe-orderable-db-instance-options --engine mysql --query OrderableDBInstanceOptions[*]."EngineVersion" --output table | uniq

AWS
モデレーター
回答済み 6年前
0

That's awesome...thanks s much :-D

回答済み 6年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

関連するコンテンツ