How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "minicoin/windows-cloud"
config.vm.box_version = "0.0.4"
end
vagrant init minicoin/windows-cloud \
--box-version 0.0.4
vagrant up
This version was created about 1 year ago.
Update instance type to t3.2xlarge