Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hajowieland/vagrant-amazonlinux2
Vagrant Box (vmware_desktop) for Amazon Linux 2
https://github.com/hajowieland/vagrant-amazonlinux2
amazon-linux-2 amazonlinux amazonlinux2 macos makefile vagrant vagrant-box vagrant-boxes vagrantfile vmware vmware-desktop vmware-fusion
Last synced: 19 days ago
JSON representation
Vagrant Box (vmware_desktop) for Amazon Linux 2
- Host: GitHub
- URL: https://github.com/hajowieland/vagrant-amazonlinux2
- Owner: hajowieland
- License: mit
- Created: 2020-04-01T19:53:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-19T14:26:39.000Z (about 4 years ago)
- Last Synced: 2024-11-13T05:21:23.273Z (3 months ago)
- Topics: amazon-linux-2, amazonlinux, amazonlinux2, macos, makefile, vagrant, vagrant-box, vagrant-boxes, vagrantfile, vmware, vmware-desktop, vmware-fusion
- Language: Makefile
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vagrant-amazonlinux2
Vagrant Box (vmware_desktop) for Amazon Linux 2**Vagrant Cloud:** [hajowieland/amazonlinux2](https://app.vagrantup.com/hajowieland/boxes/amazonlinux2)
## Requirements
* `brew install gnu-sed jq wget`
* Vagrant Cloud account## Steps
0. Create a Vagrant Cloud API Token and put in the Makefile at `ACCESS_TOKEN` (or export it as Environment Variable)
1. Create a new Box at Vagrant Cloud
2. Create a new Version for this Box [More info](https://www.vagrantup.com/vagrant-cloud/boxes/create-version) and put in the Makefile at `BOX_VERSION`
3. Add a provider for the Version and choose e.g. **vmware_desktop**
4. Set the `VERSION` in Makefile to the VMware Amazon Linux 2 image at: https://cdn.amazonlinux.com/os-images/2.0.20200304.0/vmware/
5. Run `make all`
6. Release the version [More Info](https://www.vagrantup.com/vagrant-cloud/boxes/release-workflow)## Links
* https://cdn.amazonlinux.com/os-images/latest/vmware/
* https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/amazon-linux-2-virtual-machine.html
* https://www.vagrantup.com/vagrant-cloud/boxes/create-version
* https://www.vagrantup.com/vagrant-cloud/boxes/release-workflow