puppetlabs-aws
puppetlabs-aws copied to clipboard
Ec2_instance type requires block_devices set volume_size, but does not enumerate it.
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
Was it solved? and how it yes? I'm straggling now with firing puppet resource commands against ec2_instance type