@vilango/mup-aws-beanstalk
v1.1.3
Published
Deploy apps to AWS Elastic Beanstalk using Meteor Up
Downloads
2
Readme
mup-aws-beanstalk
npm i -g @settlin/mup-aws-beanstalk
v0.x.x: <= Meteor 2.2.x (Amazon Linux, Node 12) v1.x.x: >= Meteor 2.3.x (Amazon Linux 2, Node 14)
Plugin for Meteor Up to deploy using AWS Beanstalk. Forked from zodern's plugin.
Features (same as zodern's plugin):
- Load balancing with support for sticky sessions and web sockets
- Autoscaling
- Meteor settings.json
- Zero downtime deploys
- Automatically uses the correct node version
Extra/Changes:
- Option to add extra config files via .ebextensions and .platform.
- Healthcheck path is "/" instead of "/aws-health-check-3984729847289743128904723"
Merged from:
- https://github.com/settlin/mup-aws-beanstalk
- https://github.com/jamauro/mup-aws-beanstalk