No recent cloud-image uploaded to AWS China Regions

Bug #1853430 reported by D Zhang
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
cloud-images
Triaged
Medium
Philip Roche

Bug Description

Currently, cloud image for disco and bionic are several month old in both cn-north-1 and cn-northwest-1 regions.

Image for xenial does not even exist in cn-northwest-1.

Verifiable from https://cloud-images.ubuntu.com/locator/ec2/

Philip Roche (philroche)
Changed in cloud-images:
assignee: nobody → Philip Roche (philroche)
status: New → In Progress
Revision history for this message
Philip Roche (philroche) wrote :

Hi,

Thank you for filing this bug.

Images do exist in both cn-north-1 and cn-northwest-1 but are currently not present in the locator.

You can use the aws-cli (https://snapcraft.io/aws-cli) to query the AMI details

```
aws --profile=aws-cn --region cn-northwest-1 ec2 describe-images --owners 837727238323 --filters Name=root-device-type,Values=ebs Name=architecture,Values=x86_64 Name=name,Values='*hvm-ssd/ubuntu-xenial-16.04*' --query 'sort_by(Images, &Name)[-1]'
```

```
aws --profile=aws-cn --region cn-north-1 ec2 describe-images --owners 837727238323 --filters Name=root-device-type,Values=ebs Name=architecture,Values=x86_64 Name=name,Values='*hvm-ssd/ubuntu-xenial-16.04*' --query 'sort_by(Images, &Name)[-1]'
```

We are working on updating the locator tool.

Phil

Changed in cloud-images:
status: In Progress → Confirmed
status: Confirmed → Triaged
importance: Undecided → Medium
tags: added: id-5dd89852c3a9ec31b506262c
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.