Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@hubroeducation/mup-aws-beanstalk

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hubroeducation/mup-aws-beanstalk

Deploy apps to AWS Elastic Beanstalk using Meteor Up

latest
Source
npmnpm
Version
0.7.4
Version published
Maintainers
1
Created
Source

@hubroeducation/mup-aws-beanstalk Fork

As we have not received any reply for our forks and issues in the main repository, we have published a fork to add in our extensions and updates

  • Updated dependencies
  • Add ability to include extra files into instances
  • Support for custom ebextensions config files (by @s7dhansh, https://github.com/zodern/mup-aws-beanstalk/pull/72)
  • Support for different deployment policies
  • Fixes for hangups on SSL
  • Disable HTTP requests

Extra feautres

Custom files

// Add to mup config

additionalFiles: [
  {
    //Adds "mylog.log" to the logs that are tailed and exported in elastic beanstalk
    filepath: "/opt/elasticbeanstalk/tasks/taillogs.d/mylog.conf",
    content: [
      "/var/log/mylog.log*"
    ]
  },
]

Set deployment policy

// add to mup config

"deploymentPolicy": "Rolling"

Disable incoming HTTP requests

// add to mup config

"disableIncomingRequests": true

mup-aws-beanstalk

Plugin for Meteor Up to deploy using AWS Beanstalk.

Features:

  • Load balancing with support for sticky sessions and web sockets
  • Autoscaling
  • Meteor settings.json
  • Zero downtime deploys
  • Automatically uses the correct node version

Getting Started Guide

Documentation

Keywords

meteor-up

FAQs

Package last updated on 31 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts