As a lot of you’re, I’m a dad or mum. And such as you, I take into consideration the world I’m constructing for my kids. That’s a part of why at present’s launch issues for many people. I’m excited to announce the launch of the AWS Sustainability console, a standalone service that consolidates all AWS sustainability reporting and sources in a single place.
With the The Local weather Pledge, Amazon set a objective in 2019 to succeed in net-zero carbon throughout our operations by 2040. That dedication shapes how AWS builds its knowledge facilities and companies. As well as, AWS can also be dedicated to serving to you measure and scale back the environmental footprint of your individual workloads. The AWS Sustainability console is the most recent step in that path.
The AWS Sustainability console builds on the Buyer Carbon Footprint Software (CCFT), which lives contained in the AWS Billing console, and introduces a brand new set of capabilities for which you’ve been asking.
Till now, accessing your carbon footprint knowledge required billing-level permissions. That created a sensible downside: sustainability professionals and reporting groups typically don’t have (and shouldn’t want) entry to price and billing knowledge. Getting the suitable individuals entry to the suitable knowledge meant navigating permission constructions that weren’t designed with sustainability workflows in thoughts. The AWS Sustainability console has its personal permissions mannequin, unbiased of the Billing console. Sustainability professionals can now get direct entry to emissions knowledge with out requiring billing permissions to be granted alongside it.
The console consists of Scope 1, 2, and three emissions attributed to your AWS utilization and reveals you a breakdown by AWS Area, service, corresponding to Amazon CloudFront, Amazon Elastic Compute Cloud (Amazon EC2), and Amazon Easy Storage Service (Amazon S3). The underlying knowledge and methodology haven’t modified with this launch; these are the identical as those utilized by the CCFT. We modified how one can entry and work with the info.
As sustainability reporting necessities have grown extra advanced, groups want extra flexibility accessing and dealing with their emissions knowledge. The console now features a Reviews web page the place you’ll be able to obtain preset month-to-month and annual carbon emissions studies protecting each market-based methodology (MBM) and location-based methodology (LBM) knowledge. You may also construct a customized comma-separated values (CSV) report by choosing which fields to incorporate, the time granularity, and different filters.
In case your group’s fiscal yr doesn’t align with the calendar yr, now you can configure the console to match your reporting interval. When that’s set, all knowledge views and exports replicate your fiscal yr and quarters, which removes a typical friction level for finance and sustainability groups working in parallel.
You may also use the brand new API or the AWS SDKs to combine emissions knowledge into your individual reporting pipelines, dashboards, or compliance workflows. That is helpful for groups that want to tug knowledge for a particular month throughout a lot of accounts with out establishing a knowledge export or for organizations that want to determine customized account groupings that don’t align with their current AWS Organizations construction.
You possibly can learn concerning the newest options launched and methodology updates immediately on the Launch notes web page on the Be taught extra tab.
Lets see it in motion
To indicate you the Sustainability console, I opened the AWS Administration Console and looked for “sustainability” within the search bar on the high of the display.


The Carbon emissions part provides an estimate in your carbon emissions, expressed in metric tons of carbon dioxide equal (MTCO2e). It reveals the emissions by scope, expressed within the MBM and the LBM. On the suitable aspect of the display, you’ll be able to regulate the date vary or filter by service, Areas, and extra.
For these unfamiliar: Scope 1 consists of direct emissions from owned or managed sources (for instance, knowledge middle gasoline use); Scope 2 covers oblique emissions from the manufacturing of bought power (with MBM accounting for power attribute certificates and LBM utilizing common native grid emissions); and Scope 3 consists of different oblique emissions throughout the worth chain, corresponding to server manufacturing and knowledge middle development. You possibly can learn extra about this in our methodology doc, which was independently verified by Apex, a third-party guide.
I may use API or AWS Command Line Interface (AWS CLI) to programmatically pull the emissions knowledge.
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"
},
"DimensionsValues": {},
"ModelVersion": "v3.0.0",
"EmissionsValues": {
"TOTAL_LBM_CARBON_EMISSIONS": {
"Value": 0.7,
"Unit": "MTCO2e"
},
"TOTAL_MBM_CARBON_EMISSIONS": {
"Value": 0.1,
"Unit": "MTCO2e"
}
}
},
...The mixture of the visible console and the brand new API provides you two further methods to work together with your knowledge, along with the Information Exports nonetheless out there. Now you can discover and establish hotspots on the console and automate the reporting you need to share with stakeholders.
The Sustainability console is designed to develop. We plan to proceed to launch new options as we develop the console’s capabilities alongside our clients.
Get began at present
The AWS Sustainability console is accessible at present at no further price. You possibly can entry it from the AWS Administration Console. Historic knowledge is accessible going again to January 2022, so you can begin exploring your emissions developments instantly.
Get began on the console at present. If you wish to study extra concerning the AWS dedication to sustainability, go to the AWS Sustainability web page.
— seb



