├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── NOTICE ├── README.md ├── iam.json ├── poetry.lock ├── security_group_report └── main.py └── table.png /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/security-groups-report/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/security-groups-report/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/security-groups-report/HEAD/LICENSE -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- 1 | Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/security-groups-report/HEAD/README.md -------------------------------------------------------------------------------- /iam.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/security-groups-report/HEAD/iam.json -------------------------------------------------------------------------------- /poetry.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/security-groups-report/HEAD/poetry.lock -------------------------------------------------------------------------------- /security_group_report/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/security-groups-report/HEAD/security_group_report/main.py -------------------------------------------------------------------------------- /table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/security-groups-report/HEAD/table.png --------------------------------------------------------------------------------