How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "minicoin/windows-cloud"
config.vm.box_version = "0.0.2"
end
vagrant init minicoin/windows-cloud \
--box-version 0.0.2
vagrant up
This version was created over 1 year ago.
Example minicoin machine:
machines:
- name: windows-on-aws
box: minicoin/windows-cloud
provider: aws
roles:
- role: windows-tools # installs some essential tools for software development
- role: msvc2019 # installs VC++ 2019
Doesn't pre-allocate disk space anymore, minicoin can now configure and attach AWS storage.