How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/amazonlinux-2"
config.vm.box_version = "1.1.0"
end
vagrant init bento/amazonlinux-2 \
--box-version 1.1.0
vagrant up
This version was created over 3 years ago.
VirtualBox 6.0.14 with 12/8/2019 amazon2