Skip to content
Geek and I
Go back

Amazon Linux Vagrant Box Images

Updated:
Mike Horwath1 min read

The how-to is 4 different posts:

I am releasing the images I made ahead of posting part 4 of the series.

These images are Amazon Linux 2014.03 and are 64-bit only.

You can add these to your vagrant configuration via one of 2 methods.

Download first:

Terminal window
vagrant box add <name> <filename>

Directly from the Internet:

Terminal window
vagrant box add <name> <URL>

Amazon Linux 2014.03 Vagrant image for VMware: http://images.geekandi.com/amazon-linux/vagrant-amazon-linux64-2014.03-public-vmware.box (checksum file)

Amazon Linux 2014.03 Vagrant image for Virtualbox: http://images.geekandi.com/amazon-linux/vagrant-amazon-linux64-2014.03-public-virtualbox.box (checksum file)

And if you wish to start customizing the images I made in either Virtualbox or VMware Fusion or Desktop, download these OVA images. vagrant user is there, ec2-user password is ec2-user (to keep it simple).

Amazon Linux 2014.03 virtual image for VMware: http://images.geekandi.com/amazon-linux/amazon-linux-2014.03-vmware.ova (checksum file)

Amazon Linux 2014.03 virtual image for VMware: http://images.geekandi.com/amazon-linux/amazon-linux-2014.03-virtualbox.ova (checksum file)

You can support my work by sending BTC to this Bitcoin address.



Related Posts

Previous Post
OSX 10.9.2 vs Samba 4.x battle of the permissions
Next Post
Amazon Linux to Vagrant Box - part 3