Saltar al contenido

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

preguntada hace 6 años1,2 mil visualizaciones
2 Respuestas
0
Respuesta aceptada

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

AWS
MODERADOR
respondido hace 6 años
0

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

respondido hace 6 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.