Aws List All Versions Save

List all your AWS resources, all regions, all services.

v0.9.2

1 year ago

Major Changes:

There are no major functional changes in this release.

Minor Changes:

  • Work on Windows even if "resources" module cannot be imported (fixes #35)
  • Minimum Boto3 version pulled up to 1.26.7 from 1.26.5, updated built-in services and endpoint list with improved detection.
  • Warn on unsupported python version (fixes #32) .

v0.9.1

1 year ago

Minor Bugfix: Remove ill-considered minor feature that was inconsistent and introduced bugs.

v0.9.0

1 year ago

Major Changes:

There are no major functional changes in this release.

Minor Changes:

  • Minimum Boto3 version pulled up to 1.26.5, updated built-in services and endpoint list with improved detection.
  • Significant update the list of API calls requiring special treatment. There are still several failing services, depending on your account. If you are using the aws-list-all output programmatically, you may have to adapt your queries.

v0.8.0

3 years ago

Major Change:

  • An AWS profile can be specified using "-c/--profile" on the command line. The profile name (or None) is now part of the output file names. Thanks to @alexjmoore for the contribution!

Minor Changes:

  • Minimum Boto3 version pulled up to 1.15.1, updated built-in services and endpoint list
  • Updated lists of excluded API Calls returning non-user-created listings
  • Added request timings to doubly verbose output (-vv)

v0.7.3

4 years ago
  • Automatically increase the soft limit of open files to 6000, fixing #6 .
  • Update boto to 1.9.232
  • Interpret TemplatesNotAvailableInRegionException as "no resource", and not an error.

v0.7.1

4 years ago

Changes:

  • Many more "default" and AWS-owned resources are now ignored
  • New services from boto3 version 1.9.231
  • IAM, CloudFront, S3 and Route53 are now defined as global services, and are listed only once. They are not affected by the --region flag.

Bugfixes:

  • Hanging bug #7 fixed by @fhut
  • @arel fixed KeyError when unknown service is requested
  • Typos fixed by @tjmcewan
  • Fixed live-update of queries

v0.6.0

5 years ago
  • Added short options
  • Added "--verbose" ("-v") options. Use "-vvv" to get tracebacks instead of listing errors.
  • Ignore InternalError in DescribeClientVpnEndpoints