Quick Start Guide
Get up and running with CloudWise in just a few minutes!
π Choose Your Pathβ
CloudWise offers two ways to analyze your AWS costs:
| Path | Best For | Setup Time | Requirements |
|---|---|---|---|
| π Online Mode | Production use with real-time monitoring | ~10 minutes | AWS admin access, IAM role creation |
| π Air-Gapped Mode | Evaluation, compliance-restricted environments | ~5 minutes | AWS CloudShell access only |
If your company has strict compliance rules or you want to evaluate CloudWise before connecting your AWS account, try Air-Gapped Mode! Simply run our export script in AWS CloudShell, download the ZIP file, and upload it to CloudWise. No IAM roles, no cross-account access, no security review needed.
π Online Mode Setupβ
π Prerequisitesβ
Before you begin, make sure you have:
- An AWS account with billing access
- Administrative permissions to create IAM roles
- A CloudWise account (sign up at cloudcostwise.io)
π Step-by-Step Setupβ
Step 1: Try the Workspace on Sample Data (no signup)β
- Visit cloudcostwise.io and open the Workspace
- It loads on a curated sample accountβtalk to the agent, ask "where's my waste?", and see exactly what the live product looks like (same surface, sample data)
- When you're ready, click Connect to bring the agent onto your own account
Step 2: Create Your CloudWise Accountβ
- From the Connect flow, register with email (or SSO / magic-link)
- Verify your email
- Free is available forever, or choose Shield ($19/mo or $149/year) for anomaly alerts and more
Step 3: Connect Your AWS Accountβ
- Continue through the Connect flow in the Workspace
- Follow the guided CloudFormation setup to create a read-only IAM role (details in the AWS Setup Guide)
- The agent moves from sample data onto your real scan data (the Live state)
Step 4: Wait for Data Collectionβ
- Your first scan runs within ~1 hour of connecting (CloudWise assigns your account to one of 24 hourly scan shards)
- Cost data typically appears within 2-4 hours; for brand-new AWS Cost and Usage Report configurations, AWS itself may take up to 24 hours to deliver the first report
- Historical data (up to 12 months) will be imported automatically
Step 5: Set Up Alerts (Shield Plan)β
- Open Settings β Notifications
- Enable Cost Anomaly Detection for automatic spike alerts
- Connect Slack for instant notifications
- Optionally set up budget alerts
π‘οΈ CloudWise Shield Featuresβ
Shield (the Watch rungβ$19/mo or $149/year) includes:
- β Automatic cost anomaly detection
- β Slack & email alerts for cost spikes
- β Up to 5 AWS accounts
- β 50 agent questions per day
- β All 191 waste detectors
π― What's Next?β
Now that you're set up, explore these key features:
- π€ The agent (Workspace): Ask questions about your costs in plain English - Learn More
- π¨ Anomaly Detection: Automatic cost spike alerts - Learn More
- ποΈ Waste Detection: 191 detectors across 42 services - Learn More
- π§ AI Remediation: Let the agent propose and (on Agentic) execute fixes - Learn More
Try the Agent Now!β
Open the Workspace and ask:
- "What are my top services?"
- "How much am I spending this month?"
- "Where can I save money?"
π Need Help?β
- π Read the AWS Setup Guide for detailed connection instructions
- π¬ Check our FAQ for common questions
- βοΈ Contact support at support@cloudcostwise.io
π Air-Gapped Mode Quick Startβ
Air-Gapped Mode lets you analyze your AWS costs without connecting your AWS account to CloudWise. Perfect for:
- Security-conscious organizations with strict compliance requirements
- Evaluating CloudWise before committing to full integration
- One-time cost audits without ongoing monitoring
Step 1: Run the Export Script in AWS CloudShellβ
-
Open AWS CloudShell in your AWS Console
-
Download the CloudWise export script and verify its checksum:
# Download the script and its checksum
curl -sLO https://cloudcostwise.io/scripts/cloudwise-export.sh
curl -sL https://cloudcostwise.io/scripts/SHA256SUMS | grep cloudwise-export.sh > SHA256SUMS
# Verify integrity before running
sha256sum -c SHA256SUMS 2>/dev/null || shasum -a 256 -c SHA256SUMS
# Run the script
bash cloudwise-export.shEnterprise DLP ComplianceFor organizations with strict Data Loss Prevention policies, add the
--anonymizeflag to hash AWS account IDs and resource identifiers before they leave your network:bash cloudwise-export.sh --anonymizeMulti-Region ExportTo analyze resources across multiple AWS regions in a single upload:
bash cloudwise-export.sh --regions us-east-1,eu-west-1,ap-southeast-1Global services (CloudFront, Route53) are exported once automatically. Without
--regions, the script exports only the current CloudShell region.Why verify the checksum?Verifying the SHA256 checksum ensures the script hasn't been tampered with in transit. The checksum file is published alongside every release. Learn more β
Minimal AWS API CostThis script incurs minimal AWS API costs, typically under $0.10. Most API calls (describe/list) are free. The only paid calls are CloudWatch GetMetricStatistics ($0.01/1,000 requests) and Cost Explorer ($0.04 total).
-
Wait for the export to complete (~3-5 minutes)
-
Download the generated
cloudwise-export.zipfile
Step 2: Download Your CUR Reportβ
For full cost analysis, also download your Cost and Usage Report:
- Go to AWS Billing Console
- Navigate to Cost & Usage Reports
- Download your latest CUR CSV file
Step 3: Upload to CloudWiseβ
- Log into CloudWise and open Air-Gapped Mode (the offline path of the Connect flow)
- Start a new upload
- Upload your files:
- Required:
cloudwise-export.zip(resource data) - Optional: CUR CSV file (for cost analysis)
- Required:
- Follow the instructions on the page
Step 4: View Resultsβ
Within seconds, you'll see:
- Waste Detection: Unused resources costing you money
- Cost Breakdown: Where your money is going (if CUR uploaded)
- Optimization Opportunities: Actionable savings recommendations
Air-Gapped Mode covers up to 171 of the 191 waste detectors with the full export, spanning EC2, EBS, RDS, Lambda, S3, DynamoDB, and more β with multi-region support via --regions. The remaining 20 detectors (Compute Optimizer recommendations, Reserved Instance / Savings Plan suggestions, Commitment Risk Intelligence, and orphaned DNS cross-referencing) require Online Mode.
For regulated enterprises: Compliance tier ($99/mo or $799/year) extends Air-Gapped Mode with 365-day data retention, persistent anonymization salt, Cost By Tag analysis, and quarter-over-quarter variance reports.
β±οΈ Total setup time: ~10 minutes (Online) / ~5 minutes (Air-Gapped)
β³ Data availability: 6-8 hours (Online) / Instant (Air-Gapped)