google / cloud-forensics-utils

Python library to carry out DFIR analysis on the Cloud
Apache License 2.0
452 stars 89 forks source link

E2E tests failing: libcloudforensics-e2e-aws #460

Closed jonathan-greig closed 1 year ago

jonathan-greig commented 1 year ago

testListImages is failing, looks like the filter on Ubuntu 18.04* is returning an empty list.

$ aws ec2 describe-images --filters 'Name=name,Values=Ubuntu 18.04*'
{
    "Images": []
}

Changing the filter to 22.04 returns images.