cloudrift efficiently scans AWS accounts for wasted resources and provides an estimate of the monthly costs associated with that waste. It operates in a read-only mode, ensuring no changes are made to resources. With an interactive wizard and straightforward command-line usage, it simplifies the process of resource management.
cloudrift is a powerful command-line tool designed to effectively analyze AWS accounts for wasted resources. This innovative solution provides insights into potential cost savings by estimating the monthly expenditure associated with unused or underutilized resources in a user-friendly manner.
Key Features
- Comprehensive Resource Scanning: cloudrift identifies a wide range of AWS resources, including EC2 instances, RDS instances, EBS volumes, and more, detecting various waste conditions. For instance:
| Resource | Waste Condition | Estimated Cost (us-east-1) |
|---|---|---|
| EBS Volumes | Unattached (state: available) | gp3: $0.08/GB-mo · gp2: $0.10/GB-mo · io1: $0.125/GB-mo |
| Elastic IPs | Unassociated | $3.60/month fixed |
| RDS Instances | Stopped (still billed for storage) | gp2/gp3: $0.115/GB-month |
-
Interactive Wizard: Launch cloudrift without complex commands. An interactive wizard simplifies the selection of AWS regions and scanners, ensuring a hassle-free experience.
-
Flags for Advanced Users: For those who prefer command line flags, cloudrift offers the ability to analyze multiple regions seamlessly:
cloudrift analyze -r us-east-1 eu-west-1 --pdf -
Cost Comparison and Trend Analysis: Beyond resource scanning, cloudrift can leverage the AWS Cost Explorer to evaluate and visualize spending trends over the last months, providing critical insights for budget management:
cloudrift cost # For current month comparison cloudrift trend --months 12 # Monthly spend analysis for the past yearNote: Utilizing Cost Explorer may incur a small fee per request.
-
Dead/Unused Resource Identification: cloudrift additionally offers hygiene checks to find resources that do not incur costs but still require periodic review.
-
Security Posture Analysis: Ensuring secure AWS configurations is vital, cloudrift includes checks for common security risks, helping to maintain best practices for IAM permissions and resource configurations.
For more information and usage guides, please refer to the full documentation. With cloudrift, significant cost reduction opportunities in cloud management become easily accessible, allowing users to optimize their AWS infrastructure efficiently.
No comments yet.
Sign in to be the first to comment.