Fixes an issue where account scans should fail fast rather than return a partially scanned account. In the future this case needs to be handled gracefully by graphing the account as an UnscannedAccountResourceSpec.
2.0.3
Currently the unit of scan concurrency is account/region/service. This change adds the ability to scan resource types within an account/region/service concurrently by setting the parallel_scan flag on the resource spec class to True.
2.0.2rc2
Currently the unit of scan concurrency is account/region/service. This change adds the ability to scan resource types within an account/region/service concurrently by setting the parallel_scan flag on the resource spec class to True.