[ansible-project] Re: Manipulating EC2 instance storage

2016-12-12 Thread BostonMoto
I discovered volume_size is also optional when using ephemeral option here, it will default to the maximum size of the instance type spec. On Thursday, August 21, 2014 at 9:01:49 AM UTC-4, Mike Buzzetti wrote: > > I just came across this. > > I did something like this for a c3.xlarge. Setting

[ansible-project] Re: Manipulating EC2 instance storage

2016-12-12 Thread BostonMoto
I discovered you volume_size is also optional when using ephemeral option here, it will default to the maximum size of the instance type spec. On Thursday, August 21, 2014 at 9:01:49 AM UTC-4, Mike Buzzetti wrote: > > I just came across this. > > I did something like this for a c3.xlarge.

[ansible-project] Re: Manipulating EC2 instance storage

2014-08-22 Thread Dan Vaida
Thanks for sharing this ! Much appreciated :) The ephemeral disks are indeed SSD's for the instance store. On Thursday, 21 August 2014 15:01:49 UTC+2, Mike Buzzetti wrote: I just came across this. I did something like this for a c3.xlarge. Setting the ephemeral number is the trick (The

[ansible-project] Re: Manipulating EC2 instance storage

2014-06-17 Thread Dan Vaida
Hello again, I managed to resize the root device by adjusting the volumes parameter like so: volumes: - device_name: /dev/sda volume_size: 20 device_type: gp2 Hint was found here: New SSD-Backed Elastic Block Storage