Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
Awsrm Alternatives
Similar projects and alternatives to awsrm
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
terratest
Terratest is a Go library that makes it easier to write automated tests for your infrastructure code.
-
-
terraformer
CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
terragrunt
Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu/Terraform to scale.
awsrm discussion
awsrm reviews and mentions
-
I made a CLI tool in Go to easily delete ~300 AWS resources by their Terraform names and IDs (even across multiple accounts+regions)
It's because I build the tooling in way that Terraform resource names, such as aws_vpc, aws_instance, aws_iam_role, etc. can be used to find resources (with awsls) and delete them (with awsrm), instead of using the to me not so familiar and inconsistent AWS CLI (or CloudFormation) resource names with commands, such as aws ec2 describe-vpcs or aws ec2 delete-vpc (in some cases it's list instead of describe, e.g., for roles it's aws iam list-roles, which is hard to remember).
- A Unix-like "rm" to simplify deleting resources in AWS
- Show HN: Awsrm – A Unix-like rm to simplify deleting resources in AWS
-
A note from our sponsor - InfluxDB
influxdata.com | 19 Apr 2025
Stats
jckuester/awsrm is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of awsrm is Go.