{"id":37186411,"url":"https://github.com/codeactual/ec2-mount-ephemeral","last_synced_at":"2026-01-14T21:37:09.399Z","repository":{"id":66703608,"uuid":"218088305","full_name":"codeactual/ec2-mount-ephemeral","owner":"codeactual","description":"ec2-mount-ephemeral prepares an instance-storage device for immediate use. It currently supports only EC2 types with one NVMe instance-storage device.","archived":true,"fork":false,"pushed_at":"2020-02-24T01:49:52.000Z","size":74,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T02:04:26.276Z","etag":null,"topics":["aws","ec2","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeactual.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-28T16:01:37.000Z","updated_at":"2023-11-20T22:38:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"6069ab8e-d3b2-4434-86fc-210dc457b1ed","html_url":"https://github.com/codeactual/ec2-mount-ephemeral","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/codeactual/ec2-mount-ephemeral","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeactual%2Fec2-mount-ephemeral","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeactual%2Fec2-mount-ephemeral/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeactual%2Fec2-mount-ephemeral/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeactual%2Fec2-mount-ephemeral/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeactual","download_url":"https://codeload.github.com/codeactual/ec2-mount-ephemeral/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeactual%2Fec2-mount-ephemeral/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28435615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T21:32:52.117Z","status":"ssl_error","status_checked_at":"2026-01-14T21:32:33.442Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","ec2","go","golang"],"created_at":"2026-01-14T21:37:08.730Z","updated_at":"2026-01-14T21:37:09.389Z","avatar_url":"https://github.com/codeactual.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ec2-mount-ephemeral [![GoDoc](https://godoc.org/github.com/codeactual/ec2-mount-ephemeral?status.svg)](https://pkg.go.dev/mod/github.com/codeactual/ec2-mount-ephemeral) [![Go Report Card](https://goreportcard.com/badge/github.com/codeactual/ec2-mount-ephemeral)](https://goreportcard.com/report/github.com/codeactual/ec2-mount-ephemeral) [![Build Status](https://travis-ci.org/codeactual/ec2-mount-ephemeral.png)](https://travis-ci.org/codeactual/ec2-mount-ephemeral)\n\nec2-mount-ephemeral prepares an instance-storage device for immediate use.\n\nIt currently supports only EC2 types with one NVMe instance-storage device.\n\n# Usage\n\n\u003e To install: `go get -v github.com/codeactual/ec2-mount-ephemeral/cmd/ec2-mount-ephemeral`\n\n## Examples\n\n\u003e Usage:\n\n```bash\nec2-mount-ephemeral --help\n```\n\n\u003e Display the mount plan (dry run):\n\n```bash\nec2-mount-ephemeral --mount-path /instance\n```\n\n\u003e Same as above (live run):\n\n```bash\nec2-mount-ephemeral --mount-path /instance --force\n```\n\n\u003e Same as above but customize the filesystem:\n\n```bash\nec2-mount-ephemeral --fs-type non_default_ext4 --mount-path /instance --force\n```\n\n# Development\n\n## License\n\n[Mozilla Public License Version 2.0](https://www.mozilla.org/en-US/MPL/2.0/) ([About](https://www.mozilla.org/en-US/MPL/), [FAQ](https://www.mozilla.org/en-US/MPL/2.0/FAQ/))\n\n## Contributing\n\n- Please feel free to submit issues, PRs, questions, and feedback.\n- Although this repository consists of snapshots extracted from a private monorepo using [transplant](https://github.com/codeactual/transplant), PRs are welcome. Standard GitHub workflows are still used.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeactual%2Fec2-mount-ephemeral","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeactual%2Fec2-mount-ephemeral","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeactual%2Fec2-mount-ephemeral/lists"}