Repeatable Setup

  • The previous script helps us automatically set up new EC2 instances
  • This is less error-prone than having a person manually set them up
  • This build does not necessarily do the same thing every time
  • What if a developer updates the JAR file? Or the data file?
  • Maybe it would help to use version numbers on all of those files?
  • ...but that would be a pain

7 / 24