Skip to content

Bugfix for large EC2 instance numbers

Pre-release
Pre-release

Choose a tag to compare

@thheinen thheinen released this 03 Dec 15:43
· 9 commits to master since this release
df40e5d

This release fixes issues with accounts having many EC2 instances.

Previously, the EC2 describe code used to map IPs/DNS Names to Instance IDs was not using any paging and relied on all instances being returned at once. Paging is now added to this functionality.