[Feature Request] DescribeImagesPaginator or ListImages of Ec2Client #1592
Labels
feature-request
A feature should be added or improved.
service-api
This issue is due to a problem in a service API, not the SDK implementation.
The
describeImages()
method of theEc2Client
takes too much time and without any filters, it throws read timeout exception.In my case, I want to retrieve all the ids of available images given account and region and I don't care about the filters since I don't want to narrow down the range.
Since there's no api to directly retrieve all the ids and thus I have to work around it using the
describeImages()
, as follows,However, using this I received timeout exception after long time waiting, this just makes no sense for me that there's no pagination, no way to specify the limit number and no way to get only some fields of all the images directly through api.
The error are as follows.
The text was updated successfully, but these errors were encountered: