i used vagrant create virtualbox guest on mac based on ubuntu/trusty64. possible copy virtualbox disk file cloud host such aws , boot there?
you can convert virtualbox image raw img should able run on aws. have described procedure here: how convert vagrant box docker image
just stop @ point img created! have take tutorial img creation because other tutorials use virtualbox vdi files create image. virtualbox not provide/support vdi files anymore. follow tutorial on how img in aws running: https://www.niftiestsoftware.com/2011/09/24/converting-a-virtualbox-vm-to-an-ec2-ami/
also note vagrant aws provider: https://github.com/mitchellh/vagrant-aws
my proposed way using packer or ami-creator creating ami-aws cloud images , provision them vagrant aws provider. these boxes smaller , produce less problems converted virtualbox box.
Comments
Post a Comment