[ubuntu-cloud] AMI ami-03d80d74 hvm:ebs-ssd root device set to EBS standard

Diego Fernández Duran diego.fernandez at capside.com
Fri Jul 11 15:36:33 UTC 2014


Hi,

  It seems there's an error in the creation of the AMI ami-03d80d74 for 12.04 hvm:ebs-ssd.

  The root device is configured as standard instead gp2:

--$ aws ec2 describe-images --region eu-west-1 --image-ids ami-03d80d74
{
    "Images": [
        {
            "VirtualizationType": "hvm",
            "Name": "ubuntu/images/hvm-ssd/ubuntu-precise-12.04-amd64-server-20140702",
            "Hypervisor": "xen",
            "ImageId": "ami-03d80d74",
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/sda1",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-26fe74df",
                        "VolumeSize": 8,
                        "VolumeType": "standard",
                        "Encrypted": false
                    }
                },
                {
                    "DeviceName": "/dev/sdb",
                    "VirtualName": "ephemeral0"
                },
                {
                    "DeviceName": "/dev/sdc",
                    "VirtualName": "ephemeral1"
                }
            ],
            "Architecture": "x86_64",
            "ImageLocation": "099720109477/ubuntu/images/hvm-ssd/ubuntu-precise-12.04-amd64-server-20140702",
            "RootDeviceType": "ebs",
            "OwnerId": "099720109477",
            "RootDeviceName": "/dev/sda1",
            "Public": true,
            "ImageType": "machine"
        }
    ]
}
--

Thanks!

Diego Fernández Durán
Systems Engineer





More information about the Ubuntu-cloud mailing list