Salta al contenuto

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

posta 6 anni fa1166 visualizzazioni
2 Risposte
0
Risposta accettata

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

AWS
MODERATORE
con risposta 6 anni fa
0

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

con risposta 6 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.