/vagrant-amazonlinux

Running Amazon Linux 2 as a virtual machine on Vagrant

Primary LanguageRubyMIT LicenseMIT

vagrant-amazonlinux

Create a VM Amazon Linux as a Base Box with VirtualBox

Installation

To get started, make sure you have VirtualBox and Vagrant installed on your system, then clone this repository and run commands below

make seeder
curl -LO https://cdn.amazonlinux.com/os-images/2.0.20200722.0/virtualbox/amzn2-virtualbox-2.0.20200722.0-x86_64.xfs.gpt.vdi
make vbox VDI=amzn2-virtualbox-2.0.20200722.0-x86_64.xfs.gpt.vdi PROJECT_NAME=<your-project-name>
make cleanup
make vagrant-init PROJECT_NAME=<your-project-name>

Reference