Socket
Socket
Sign inDemoInstall

ec2mnt

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ec2mnt

Mount ec2 volumes into a single volume at /mnt/data


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

1.2.0 2016-06-28

  • Vendoring with npm

Readme

Source

ec2mnt

Combine + mount EC2 instance store volumes into a single volume at /mnt/data. Handles variations in disk device names across different EC2 instances.

Run from npm

$ npm install ec2mnt
$ ec2mnt

Run from S3

$ curl https://s3.amazonaws.com/mapbox/apps/ec2mnt/v1.2.0 | bash

Publishing a new version

To npm:

  • Update the version in package.json
  • npm publish

To S3:

  • Tag the version git tag -a v1.2.0
  • Push the tag git push --tags origin
  • Travis will automatically push to S3

FAQs

Last updated on 28 Jun 2016

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc