Actually, I used to do that by default ( https://github.com/andsens/ec2debian-build-ami/commit/0119aa17b8ffaf76002426e277a7a309278ffc94) but removed that feature because you now can mount them manually in AWS when starting an instance. The problem is that you will have some invalid default mappings when starting instances. In order for this to work with all instance types, I have to map every conceivable instance store, which isn't very pretty. You can simply re-add the code in the above link to map all instance stores (keep in mind we use euca2ools instead of ec2-tools now) or possibly write a plugin for this...?
Anders On 31 January 2013 09:50, Cédric Jeanneret <[email protected]> wrote: > Hello! > > The Debian provided AMI are only EBS based, which is a bit crappy: no > ephemeral storage are attached by default. For example, creating an > m1.small instance based on the provided AMI should get a 150G ephemeral > storage under /dev/xvdb - but there's nothing at all :(. > > Would it be possible to provide "Instance store" AMI, as those one will > have the default ephemeral storage? > > > Thanks a lot for you answers. > > Cheers, > > C. > > > -- > To UNSUBSCRIBE, email to > debian-cloud-request@lists.**debian.org<[email protected]> > with a subject of "unsubscribe". Trouble? Contact > [email protected] > Archive: http://lists.debian.org/**9050715d29e4635e8950808f1c21ec** > [email protected]<http://lists.debian.org/[email protected]> > >
