puppetlabs-aws icon indicating copy to clipboard operation
puppetlabs-aws copied to clipboard

Ec2_instance type requires block_devices set volume_size, but does not enumerate it.

Open prozach opened this issue 9 years ago • 1 comments
trafficstars

Running puppet resource ec2_instance gives me a resource with a block_devices param that looks like the following.

block_devices            => [{'delete_on_termination' => 'true', 'device_name' => '/dev/xvda'}]

Running puppet apply on the manifest produced by the above yeields a message:

Parameter block_devices failed on Ec2_instance[ECS-nodename]: block device must include volume_size at instance.pp:1

prozach avatar Dec 14 '15 22:12 prozach

Was it solved? and how it yes? I'm straggling now with firing puppet resource commands against ec2_instance type

sergii-zemlianyi avatar Mar 04 '16 09:03 sergii-zemlianyi