Direkt zum Inhalt

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

2 Antworten
0
Akzeptierte Antwort

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

AWS
MODERATOR
beantwortet vor 6 Jahren
0

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

beantwortet vor 6 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.