Skip to content

Releases: ntno/ntno-challenge

apache 2.0

17 Oct 03:26
eb06214
Compare
Choose a tag to compare

same as v1.0 except with apache 2.0 licensing

v1.0

07 Sep 23:59
Compare
Choose a tag to compare

Highlights

  • completed integration with codedeploy
  • completed integration with systems parameter store for cert retrieval during build
    • note: this will be replaced with a more secure/automated system in future release; possibly certbot

Backwards Compatibility Breaks and Deprecations

  • web app is no longer pulled from elastic container registry repository during ec2 boot

initial-infrastructure

06 Sep 04:09
8696347
Compare
Choose a tag to compare
Pre-release

Highlights

  • static website built into docker nginx image and published to ecr via codecommit / codedeploy
    • self signed cert included in docker image (to be removed in future release)
    • self signed cert built using the included generate-certificate docker image
  • website hosted on ec2 instance
    • instance resources provisioned by cloudformation template
    • image pulled to ec2 instance during boot