Passer au contenu

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 réponses
0
Réponse acceptée

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

AWS
MODÉRATEUR
répondu il y a 6 ans
0

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

répondu il y a 6 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.