Hi Dan, with vagrant-aws you are in luck because its basically just an empty dummy box, see here: https://github.com/mitchellh/vagrant-aws/#quick-start
You can unzip the dummy.box file from here and have a look inside, then you'll see why it's called a dummy box: https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box You'll also find that dummy.box pattern with other vagrant cloud providers as well. HTH, Torben On Wed, Jun 4, 2014 at 6:54 AM, Dan Tenenbaum <[email protected]> wrote: > Hello, > > I'm a vagrant n00b. > > I'd like find a 64-bit Ubuntu 14.04 LTS box that I could use that would > "just work" with both Virtualbox and AWS. > > There doesn't appear to be a 14.04 box for AWS: > > https://vagrantcloud.com/search?provider=aws&q=14.04&sort=&utf8=%E2%9C%93 > > But there are a few for Virtualbox: > > > https://vagrantcloud.com/search?provider=virtualbox&q=14.04&sort=&utf8=%E2%9C%93 > > And it looks like at least one of those will work for my purposes. > > But I'd like at some point to deploy onto AWS. What should I do? I read > that making a base box is tedious and not for newbies, so I'd prefer to > avoid that. > > Thanks. > Dan > > -- > 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]. > For more options, visit https://groups.google.com/d/optout. > -- 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]. For more options, visit https://groups.google.com/d/optout.
