Hello, The boxes shouldn't be important, what's important is the APP or code.
With that mindset, you can look into packer.io (also a hashicorp product) and with that you can build the same box for AWS and Vagrant So once you app/code is complete, you just spin a new AWS box and put the code on top. As Vagrant and AWS will be using the same box, it will work without problems. Have a look at packer.io Thanks Alvaro. On Tue, Sep 29, 2015 at 3:34 AM, Krist Jin <[email protected]> wrote: > Hi all, > > What kind of vagrant box (virtualbox or vmware or aws etc. whatever) should > I have on my laptop so that after I change it and package it, it can be > deployed/moved to aws? I can't run a aws box on my laptop, right? > > What I want here is trying to find a solution where my laptop environment > can be moved smoothly to aws. It's different from provision. > > I also posted this question to stackoverflow > > Thanks in advance! > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in violation > of those guidelines may result in your removal from this mailing list. > > GitHub Issues: https://github.com/mitchellh/vagrant/issues > IRC: #vagrant on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vagrant-up/b1783a36-3a72-4024-a745-dce717bddc33%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0exWoMFxdyKcEBx%3DX8oS5%2BKZZMLjvS4azAPO3jmaB40zHQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
