ec2-mount-ephemeral prepares an instance-storage device for immediate use.
It currently supports only EC2 types with one NVMe instance-storage device.
To install:
go get -v github.com/codeactual/ec2-mount-ephemeral/cmd/ec2-mount-ephemeral
Usage:
ec2-mount-ephemeral --helpDisplay the mount plan (dry run):
ec2-mount-ephemeral --mount-path /instanceSame as above (live run):
ec2-mount-ephemeral --mount-path /instance --forceSame as above but customize the filesystem:
ec2-mount-ephemeral --fs-type non_default_ext4 --mount-path /instance --forceMozilla Public License Version 2.0 (About, FAQ)
- Please feel free to submit issues, PRs, questions, and feedback.
- Although this repository consists of snapshots extracted from a private monorepo using transplant, PRs are welcome. Standard GitHub workflows are still used.
