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 #453

Closed ramo-j closed 1 year ago

jonathan-greig commented 1 year ago

Looks like it can't find the image

ami = ami_list[0]['ImageId']
IndexError: list index out of range

Attempting to use:

UBUNTU_1804_FILTER = 'ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-20200611'  # pylint: disable=line-too-long

But according to https://aws.amazon.com/marketplace/pp/prodview-pkjqrkcfgcaog this image no longer exists.