Cheapest way to run Flyway on AWS

0

I'm looking for a way to run Flyway for my Database schemas with AWS. My RDS is in private subnet. I'm looking for the cheapest way to do this.

  1. Database schema should be pulled from github.
  2. Flyway must be installed
  3. Schema must be migrated

I can do this using Codebuild, but NAT is required to pull the code from Github and install Flyway. Is there a cheaper way to do this?

Here are some options I'm considering:

  • NAT will be created when codebuild runs, NAT will be deleted when it finishes
  • Flyway and Schema migration scripts will be transmitted externally to codebuild. (I don't know if there is a way to do this. Docker for example?)
  • Can I do something using Gateway Endpoint for s3?
1 Respuesta
0
profile pictureAWS
Renato
respondido hace 5 meses

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.

Pautas para responder preguntas