AWS · Free CLI guide · kloudaudit.eu

How to Find Cloud Resources Running in All Regions Stop Paying for Forgotten Resources

⚡ Quick answer — copy and run

for region in $(aws ec2 describe-regions --query RegionsRegionName --output text); do aws ec2 describe-instances --region $region --output table; done
1

Make sure you have the AWS CLI configured: aws configure

2

Run the command above. Review the output for resources to clean up.

3

Delete or stop resources that are confirmed idle or unused.

🔍

Don't want to script this manually?

KloudAudit finds this — and 17 other cost leaks — in 15 minutes. No credentials. No agents. Just your answers.

18 structured checks across compute, storage, network, database, governance
Waste Score + savings estimate for your exact bill size
AI Blueprint with exact CLI commands — $79, delivered in 2 minutes
Run Free Audit →

Why this matters

Resources deployed in non-primary regions are frequently forgotten. A test EC2 instance in ap-southeast-2 can run for months before anyone notices — and AWS bills every region separately.

⚠ Always verify resources are genuinely unused before deleting. Check with your team — a "stopped" instance may be intentional.

Find all 18 cost leaks at once

Teams typically find $500–$4,000+/month. Free. No credentials.

kloudaudit.eu →