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개 답변
0
profile pictureAWS
Renato
답변함 5달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠