AWS Launches Standalone Sustainability Console to Decouple Carbon Tracking from Billing
By Archyworldys Tech Desk | Updated May 22, 2024
Amazon Web Services has officially launched the AWS Sustainability console, a dedicated service designed to centralize sustainability reporting and resource management. This move marks a significant shift in how enterprises monitor their environmental impact on the cloud.
The launch addresses a long-standing operational bottleneck: the intersection of financial privacy and environmental transparency. By separating emissions data from cost metrics, AWS is enabling a new era of corporate accountability.
For years, accessing carbon data required billing-level permissions. This created a friction point where sustainability officers—who need the data for ESG reporting—were forced to have access to sensitive financial records they didn’t need and shouldn’t have had. The new console solves this with an independent permissions model, granting direct access to emissions data without exposing the corporate checkbook.
A New Standard for Carbon Transparency
The tool evolves the existing Customer Carbon Footprint Tool (CCFT), which previously resided within the AWS Billing console. While the core data and methodology remain consistent, the delivery mechanism has been entirely reimagined.
Users can now view a detailed breakdown of Scope 1, 2, and 3 emissions. This granular visibility allows teams to identify carbon “hotspots” across different AWS Regions and specific services, including Amazon CloudFront, Amazon Elastic Compute Cloud (Amazon EC2), and Amazon S3.
As regulatory requirements for environmental reporting become more stringent globally, AWS has introduced flexible reporting options. The console now features a dedicated Reports page for downloading preset monthly and annual emissions data using both the market-based method (MBM) and location-based method (LBM).
Furthermore, the console now supports custom fiscal year configurations. This ensures that sustainability reports align perfectly with an organization’s financial reporting period, removing the manual reconciliation previously required by finance and green-energy teams.
As regulatory pressure on ESG reporting increases, do you believe automated tools like this will become a mandatory standard for all cloud users?
Deep Dive: The Architecture of Cloud Sustainability
The AWS Sustainability console is not an isolated tool but a pillar of The Climate Pledge. Established in 2019, this commitment aims for net-zero carbon across all Amazon operations by 2040.
To achieve this, AWS is integrating sustainability into the very fabric of its infrastructure. This includes optimizing data center efficiency and transitioning to renewable energy sources. For a deeper look at the global energy transition, the International Energy Agency (IEA) provides critical context on how digital infrastructure is evolving to meet climate goals.
Programmatic Carbon Tracking
For organizations operating at scale, manual downloads are insufficient. AWS has introduced a new API and AWS SDKs to integrate carbon data into automated dashboards and compliance workflows. This is particularly vital for companies that need to aggregate data across multiple accounts without altering their AWS Organizations structure.
Developers can now use the AWS Command Line Interface (AWS CLI) to pull estimated emissions programmatically:
aws sustainability get-estimated-carbon-emissions
--time-period='{"Start":"2025-03-01T00:00:00Z","End":"2026-03-01T23:59:59.999Z"}'
{
"Results": [
{
"TimePeriod": {
"Start": "2025-03-01T00:00:00+00:00",
"End": "2025-04-01T00:00:00+00:00"
},
"EmissionsValues": {
"TOTAL_LBM_CARBON_EMISSIONS": {
"Value": 0.7,
"Unit": "MTCO2e"
},
"TOTAL_MBM_CARBON_EMISSIONS": {
"Value": 0.1,
"Unit": "MTCO2e"
}
}
}
]
}
This API-first approach, combined with existing Data Exports, provides a comprehensive toolkit for the modern Chief Sustainability Officer.
To maintain trust, the underlying data is not merely self-reported. AWS utilizes a rigorous methodology document that has been independently verified by Apex, a leading third-party consultant. For those seeking the industry standard on these metrics, the Greenhouse Gas Protocol serves as the global benchmark for carbon accounting.
Beyond tracking, what specific AWS features would you like to see to help you actively reduce your carbon footprint in real-time?
The AWS Sustainability console is available today at no additional cost via the AWS Management Console. Users can access historical data stretching back to January 2022, providing an immediate baseline for trend analysis.
For the latest updates and technical adjustments, users are encouraged to review the release notes. To explore the broader vision of green cloud computing, visit the official AWS Sustainability page.
Frequently Asked Questions
- What is the AWS Sustainability console? It is a standalone service that consolidates all AWS sustainability reporting, allowing users to measure and manage the environmental impact of their cloud workloads.
- How does the AWS Sustainability console improve access to emissions data? It introduces a separate permissions model, allowing sustainability teams to access carbon data without needing access to billing or financial information.
- Which emission scopes are tracked in the AWS Sustainability console? The tool tracks Scope 1 (direct), Scope 2 (indirect energy), and Scope 3 (value chain) emissions.
- Can I automate reporting via the AWS Sustainability console? Yes, through a new API and AWS SDKs, emissions data can be integrated into custom reporting and compliance pipelines.
- What is the cost of the AWS Sustainability console? The service is provided at no additional cost to AWS customers.
Discover more from Archyworldys
Subscribe to get the latest posts sent to your email.