riker icon indicating copy to clipboard operation
riker copied to clipboard

Consider using more features of AWS

Open jschementi opened this issue 10 years ago • 0 comments

  • Now that Elastic Beanstalk supports Dockerfiles and rolling deployments, may be worth adding an option to use it rather than having Riker control the rolling deployment.
  • CodeDeploy could be used for actually performing the deployment, rather than the git push mechanism RIker uses today.
  • Riker could use EC2 Container Services to directly deploy a Dockerfile and let AWS manage the resources itself. (Though in preview currently)
  • Riker could deploy an NPM module to Lambda.

jschementi avatar Dec 27 '14 09:12 jschementi