How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "minicoin/windows-cloud"
end
vagrant init minicoin/windows-cloud
vagrant up

This version was created over 2 years ago.

Update instance type to t3.2xlarge

2 providers for this version.
  • aws
    unknown Hosted by Vagrant Cloud (486 Bytes)
  • azure
    unknown Hosted by Vagrant Cloud (414 Bytes)

This version was created over 2 years ago.

Example minicoin machine:

machines:
  - name: windows-on-aws
    box: minicoin/windows-cloud
    provider: aws
    roles:
      - role: qt-builder # installs compiler and SDKs require to build Qt

Doesn't pre-allocate disk space anymore, minicoin can now configure and attach AWS storage.

2 providers for this version.
  • aws
    unknown Hosted by Vagrant Cloud (486 Bytes)
  • azure
    unknown Hosted by Vagrant Cloud (414 Bytes)

This version was created over 2 years 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.

2 providers for this version.
  • aws
    unknown Hosted by Vagrant Cloud (487 Bytes)
  • azure
    unknown Hosted by Vagrant Cloud (414 Bytes)

This version was created over 2 years 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
2 providers for this version.
  • aws
    unknown Hosted by Vagrant Cloud (487 Bytes)
  • azure
    unknown Hosted by Vagrant Cloud (414 Bytes)