awsets icon indicating copy to clipboard operation
awsets copied to clipboard

A utility for crawling an AWS account and exporting all its resources for further analysis.

Results 8 awsets issues
Sort by recently updated
recently updated
newest added

https://ports.macports.org/port/awsets

Currently, Log Groups are being queried, but they are not tied to anything. Where possible, add a relationship to the appropriate Lambda, EC2, ECS, EKS, etc resource.

enhancement

The following is a list of resource type & count from a recent scan. Support for these resources should be prioritized, or they need to be explicitly excluded in the...

Currently, ARN parsing is very rudimentary. It needs updated to handle the more complicated formats, including ones with versions.

enhancement

- [ ] Review greengrass device relationships - [ ] CF Distro & S3 bucket

![error-with-no-include-having-empty-string-as-first-element](https://github.com/trek10inc/awsets/assets/36960305/89d66668-b953-4c06-aa21-ff3ee12e9968) When debugging !25 I found that even when an --include is not in the command it is still creating this list with 1 element of an empty string.

Hi, Awesome work on this project! I've read the documentation and I didn't find a way to run `awsets list -o all.json` without having aws cli configured (most probably I'm...