Overview
Real-time infrastructure cost analysis
Audit Findings
| Service | Resource ID | Est. Savings | Action |
|---|---|---|---|
| Click “Run Audit” to start scanning. | |||
AWS Integration Guide
Connect your account securely in under 3 minutes.
Create a Cross-Account IAM Role
CloudCash uses AWS STS (AssumeRole). Create a role in IAM, select Custom trust policy, and paste the JSON below.
{
"Version": "2012-10-17",
"Statement": [{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::010526239862:role/service-role/CloudCash_Scanner_v1-role-h3uf9wy2"
},
"Action": "sts:AssumeRole"
}]
}
Attach Permissions
Attach two policies to your role:
- Attach
AmazonEC2ReadOnlyAccess - Create an inline policy and paste the JSON below.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowVolumeDeletion",
"Effect": "Allow",
"Action": ["ec2:DeleteVolume","ec2:DescribeVolumes","ec2:DescribeInstances"],
"Resource": "*"
},
{
"Sid": "SafetyNetSnapshots",
"Effect": "Allow",
"Action": ["ec2:CreateSnapshot","ec2:CreateTags"],
"Resource": ["arn:aws:ec2:*:*:volume/*","arn:aws:ec2:*:*:snapshot/*"]
}
]
}
Connect the ARN in CloudCash
Copy your new Role ARN from AWS and paste it in the Settings tab.
Consulting-as-a-Service
AWS Certified Architects for deep manual reviews and custom enterprise implementations.
Book a ConsultationAPI Access (B2B)
Embed our optimization engine into your own dashboards or SaaS. Usage-based billing.
Request API Keys⚡ Quick Actions
Settings
Manage your account and AWS connection
Profile Information
Danger Zone
Disconnect your AWS account and delete all locally stored data.
Help & Support
Everything you need to get the most out of CloudCash
Frequently Asked Questions
Need human support?
Our engineering team is available 24/7 for Pro plan members. Free tier gets community support.