Uses the AWS Cloud Control API to list resources that are present in a given AWS account and region(s). Discovered resources are written to a JSON output file. Make sure you have AWS credentials configured for your target account. This can either be done using environment variables or by specifying a named profile in the optional --profile argument. Read-only IAM permissions are sufficient. If you run the script against specific regions, it is recommended to also include the us-east-1 region. This ensures that resources of global AWS services are captured as well. Example invocations: pip install -r requirements.txt python aws_list_resources.py --regions us-east-1,eu-central-1 python aws_list_resources.py --regions ALL python aws_list_resources.py --regions ALL --include-resource-types AWS::EC2::*,AWS::DynamoDB::* --exclude-resource-types AWS::EC2::DHCPOptions,AWS::EC2::VPCGatewayAttachment Supported arguments: --exclude-resource-types do not list the specified comma-separated resource types (supports wildcards) --include-resource-types only list the specified comma-separated resource types (supports wildcards)
FEATURES
EXPLORE BY TAGS
SIMILAR TOOLS
Discover and understand the Docker Layer 2 ICC Bug and its implications on inter-container communication.
Collection of Kubernetes manifests creating pods with elevated privileges for security testing.
Tool for assessing compliance and running vulnerability scans on Docker images.
In-depth analysis and insights on various cloud security topics by Rhino Security Labs team
A framework to analyze container images and gather useful information.
Automate actions on Security Command Center findings with automated disk snapshots, IAM grant revocation, and more.
An AWS Lambda auditing tool that provides asset visibility and actionable results through statistical analysis and security checks.
Cloud Security Suite (cs-suite) - Version 3.0 Usage for cloud security audits on AWS, GCP, Azure, and DigitalOcean.
Kube-bench is a tool for checking Kubernetes security based on CIS Kubernetes Benchmark.
PINNED

Checkmarx SCA
A software composition analysis tool that identifies vulnerabilities, malicious code, and license risks in open source dependencies throughout the software development lifecycle.

Orca Security
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.

DryRun
A GitHub application that performs automated security code reviews by analyzing contextual security aspects of code changes during pull requests.