Bugfix for large EC2 instance numbers
Pre-release
Pre-release
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.