How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "tmatilai/debian-7"
  config.vm.box_version = "7.4.1"
end
vagrant init tmatilai/debian-7 \
  --box-version 7.4.1
vagrant up

This version was created about 10 years ago.

Update to 7.4a AMI versions.

This update to the EC2 AMIs fixes a few issues:

  • Includes updated libssl for the Heartbleed CVE-2014-0160
  • Fixes console output to hvc0
  • Speeds up boot time by only checking EC2 meta data server
1 provider for this version.
  • aws
    unknown Externally hosted (tmatilai-vagrant.s3.amazonaws.com)