Atlas is a visualization tool that provides teams the ability to view cloud cost vs. utilization.
1.3K
The FinOps Command Center for Your Cloud Infrastructure.
3SC Atlas is a cloud-agnostic discovery and visualization tool that provides engineering teams and leadership with a clear, actionable view of their cloud infrastructure's cost versus its actual utilization. It scans your cloud environment (Azure, AWS, GCP, Kubernetes), collects performance metrics, and generates simple, version-controlled JSON artifacts that provide a snapshot and analysis of your entire estate.
Unlike complex, finance-first FinOps platforms, Atlas is designed for engineers. It answers a simple, powerful question: "What infrastructure are we paying for, and how much of it are we actually using?"
Visit: https://docs.3squaredcircles.com for complete configuration options.
As a leader responsible for budget and efficiency, you need to ensure your cloud spend is delivering maximum value. Atlas provides a direct, quantifiable return on investment by translating abstract cloud bills into tangible utilization data.
Atlas answers your critical questions:
atlas-stats.json snapshot is committed to Git with every run. This creates an auditable history of your cloud estate, allowing you to track the impact of optimization initiatives and demonstrate concrete cost savings month-over-month.As an architect or developer, you need to understand the infrastructure that runs your code. Atlas provides an interactive, local UI to explore your cloud environment, understand its hierarchy, and identify optimization opportunities.
Atlas is your local command center for cloud infrastructure.
interactive mode allows you to view a resource's performance history, helping you identify trends, validate optimization decisions, or make informed choices about scaling.atlas-stats.json file provides a consistent, machine-readable, and version-controlled document of your infrastructure's state, which is invaluable for onboarding, planning, and disaster recovery.As an operator, you need tools that are secure, automatable, and consistent. Atlas is a containerized, self-hosted application designed for safe and seamless integration into any CI/CD pipeline.
Atlas is a predictable, read-only discovery agent.
execute The primary CI mode. It performs a read-only scan of your cloud environment, generates the analysis artifacts, and commits the state snapshot to Git.interactive: Starts a local web server to serve the interactive visualization UI for exploring an existing snapshot.serve-docs: Starts a local web server to serve this documentation in a readable HTML format.| Artifact | Default Location | Purpose / Value |
|---|---|---|
atlas-stats.json | atlas/ | The raw state snapshot. This file contains the complete, detailed model of your discovered infrastructure. It is committed to Git to create an auditable, version-controlled history of your cloud estate. |
atlas-results.json | {workspace}/output/atlas/ (and atlas/) | The analysis artifact. This file contains actionable insights, such as top-10 lists of underutilized resources. A copy is placed in a Signet-discoverable location for automated release note generation. |
Verifying Image Signatures All published images are signed with Cosign. To verify:
Install cosign: https://docs.sigstore.dev/cosign/system_config/installation/ Download our public key: curl -O https://www.3squaredsquaredcircles.com/keys/3squaredcircles.pub Verify: cosign verify --key 3squaredcircles.pub 3squaredcircles/atlas:latest
Content type
Image
Digest
sha256:5c34d2396…
Size
210 MB
Last updated
6 months ago
docker pull 3squaredcircles/atlas