AWS Assume Role Helper is a command-line utility designed to simplify the process of switching between different AWS roles and accounts. The tool addresses the common challenge faced by developers and security professionals who need to work with multiple AWS environments. The utility operates by modifying the AWS credentials file (~/.aws/credentials) to facilitate role switching. When switching roles, it preserves existing default role configurations by storing them in a temporary role before applying the new assumed role as the default. This approach allows users to immediately begin using the new role without manual credential file editing. The tool is particularly useful for local development scenarios where applications need to simulate the permissions they would have when running in AWS environments. This includes developing applications that will run on EC2 instances or testing Lambda functions locally using AWS SAM, where the local environment needs to assume the same roles that would be used in production. The helper streamlines the workflow for security professionals and developers who regularly switch between different AWS accounts, users, or roles as part of their security testing, development, or operational activities.
FEATURES
SIMILAR TOOLS
AWS Vault securely stores AWS IAM credentials in the operating system's keystore and generates temporary credentials for development environments.
LambdaGuard is an AWS Lambda auditing tool that provides security configuration checks, statistical analysis, and service dependency mapping for serverless functions.
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.
A Docker security vulnerability where disabling inter-container communication (ICC) fails to block raw ethernet frames, allowing unexpected data transfer between containers via raw sockets.
A framework for analyzing container images, running scripts inside containers, and gathering information for static analysis and policy enforcement.
Collection of Kubernetes manifests creating pods with elevated privileges for security testing.
A command-line security auditing tool that performs Lynis-based security assessments across AWS, GCP, Azure, and DigitalOcean cloud platforms.
KICS is an open-source Infrastructure as Code security scanner that detects vulnerabilities and misconfigurations through customizable queries and integrates with CI/CD pipelines.
A tutorial demonstrating how to implement Kubernetes Engine security features to control application privileges through host access controls and network access policies.
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.