That's where your chef/puppet/shell/etc. provisioners come into play. Here's one example of doing ephemeral drive mounting and formatting (and more) under chef - https://www.goettner.net/2013/starting-the-server-build/. Also note that some AMIs will autodetect and mount instance storage for you, though I've not used that functionality myself.
David On Wednesday, July 16, 2014 6:50:44 AM UTC-7, San wrote: > > that's correct, as far as I understand. > But there is one thing called user-data/cloud-init > <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html> > script, which can run any shell script at the time of booting. Vagrant got > support for that. so may be that's another way. > > -San > > > On Wednesday, July 16, 2014 11:27:42 AM UTC+1, Alvaro Miranda Aguilera > wrote: >> >> hello >> >> without vagrant, using command line, etc. can you actually mount those >> devices ? >> >> from my understanding aws will create the devices, but won't >> partition/format/mount them.. >> >> rite? >> >> -- 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.
