Root disk sizes and Windows on AWS

39 views
Skip to first unread message

David Ashby

unread,
Aug 4, 2016, 11:12:11 AM8/4/16
to Packer
Hello,

I'm trying to launch a Windows Server 2012 r2 instance using amazon-ebs and can't figure out the right incantation to pass to ami_block_device_mappings to increase the size of the underlying EBS volume. Has anyone done this?

Thanks

DarwinJS

unread,
Aug 10, 2016, 2:06:25 PM8/10/16
to Packer
 "builders": [{
    "type": "amazon-ebs",
    "launch_block_device_mappings": [
        {
            "device_name": "/dev/sda1",
            "volume_size": "100" ,
            "delete_on_termination": true,
            "volume_type" : "gp2"
        }
],


Reply all
Reply to author
Forward
0 new messages