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
--
Ubuntu-cloud mailing list
[email protected]
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-cloud