{"id":17962119,"url":"https://github.com/skyzyx/vagrant-amazon-linux","last_synced_at":"2026-04-24T11:37:18.196Z","repository":{"id":66710473,"uuid":"135082297","full_name":"skyzyx/vagrant-amazon-linux","owner":"skyzyx","description":"[Work-In-Progress] Amazon Linux 2 for Vagrant","archived":false,"fork":false,"pushed_at":"2018-05-29T05:29:23.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-18T22:20:57.988Z","etag":null,"topics":["al2","amazon","amazon-linux","amazon-linux-2","amazon-linux-ami","aws"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skyzyx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2018-05-27T21:17:52.000Z","updated_at":"2018-05-29T05:29:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"47e0ea99-0105-4f01-b2fb-827a461a3500","html_url":"https://github.com/skyzyx/vagrant-amazon-linux","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skyzyx/vagrant-amazon-linux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyzyx%2Fvagrant-amazon-linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyzyx%2Fvagrant-amazon-linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyzyx%2Fvagrant-amazon-linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyzyx%2Fvagrant-amazon-linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skyzyx","download_url":"https://codeload.github.com/skyzyx/vagrant-amazon-linux/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyzyx%2Fvagrant-amazon-linux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32222074,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["al2","amazon","amazon-linux","amazon-linux-2","amazon-linux-ami","aws"],"created_at":"2024-10-29T11:14:02.621Z","updated_at":"2026-04-24T11:37:18.156Z","avatar_url":"https://github.com/skyzyx.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Amazon Linux 2 for Vagrant\n\nFrom [Amazon Web Services][al2]:\n\n\u003e Amazon Linux 2 is the next generation of Amazon Linux, a Linux server operating system from Amazon Web Services (AWS). It is designed to provide a secure, stable, and high performance execution environment for customers to develop and run a wide variety of cloud and enterprise applications. With Amazon Linux 2, customers get an application environment that offers long term support with access to the latest innovations in the Linux community.\n\n## Using the Amazon Linux 2 Vagrant Box\n\nIf your intention is only to _use_ this box, you can open your `Vagrantfile` and set:\n\n```ruby\nconfig.vm.box = \"skyzyx/amazon-linux\"\n```\n\nSee [Vagrant Cloud](https://app.vagrantup.com/skyzyx/boxes/amazon-linux) for more information.\n\n## Why Amazon Linux 2?\n\nAmazon Linux 2 (AL2) is the next-generation of Amazon Linux — a lighter-weight OS commonly used with Amazon EC2. Amazon Linux is a fork of CentOS, which in-turn is a fork of Red Hat Enterprise Linux (RHEL).\n\nPreviously, I maintained a CentOS 7 Vagrant box. Amazon Linux is a smaller, more focused variation of CentOS, and is a natural progression of the CentOS Vagrant box.\n\n## Why Vagrant instead of Docker?\n\nThis is a **bad** question.\n\nA better question is: Why run Docker inside of Vagrant instead of using [Docker for Mac][docker-mac] or [Docker for Windows][docker-win]?\n\nThere are a few answers to this:\n\n* **Faster disk I/O** — Vagrant can be configured to use NFS. This results in objectively faster disk I/O than what \"native\" Docker provides.\n\n* **Easier scripting around Docker tools** — If you want to generate scripts which wrap `docker` or `docker-compose`, it's easier to support a single OS.\n\n* **Shared development environment** — Simplified onboarding for teams. Just install Vagrant, `vagrant up \u0026\u0026 vagrant ssh`, and you can get straight to work building your Docker images and testing your containers.\n\n* **\"Native\" Docker isn't truly _native_, so much as _invisible_** — For both [Docker for Mac][docker-mac] or [Docker for Windows][docker-win], a miniature Linux VM is spun-up. This is because Docker leverages a feature that is native to the Linux kernel that does not exist natively in Darwin (macOS) or Windows. Since we have to spin-up a Linux VM anyway, why not take advantage and add some shared tooling that can make your team's development experience easier?\n\nThere are plenty of cases where \"native\" Docker is perfectly adequate, such as small projects with single-digit developers. But if you have a team of developers that you are supporting, disk I/O is important, or simply want to experiment with Amazon Linux 2 before pusing to production, the Amazon Linux 2 Vagrant box is intended to simplify your life.\n\n### What do you install on top of the base image?\n\nThese images are based on a minimal install of Amazon Linux 2. On top of that base installation, we install the following:\n\n* TBD\n\n  [al2]: https://aws.amazon.com/amazon-linux-2/\n  [cloud-init]: https://cloudinit.readthedocs.io\n  [docker-mac]: https://www.docker.com/docker-mac\n  [docker-win]: https://www.docker.com/docker-windows\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyzyx%2Fvagrant-amazon-linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskyzyx%2Fvagrant-amazon-linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyzyx%2Fvagrant-amazon-linux/lists"}