As a lot of you might be, I’m a mother or father. 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 purpose in 2019 to achieve net-zero carbon throughout our operations by 2040. That dedication shapes how AWS builds its information facilities and companies. As well as, AWS can be dedicated to serving to you measure and cut back the environmental footprint of your individual workloads. The AWS Sustainability console is the most recent step in that route.
The AWS Sustainability console builds on the Buyer Carbon Footprint Instrument (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 information required billing-level permissions. That created a sensible downside: sustainability professionals and reporting groups usually don’t have (and shouldn’t want) entry to value and billing information. Getting the precise individuals entry to the precise information meant navigating permission buildings 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 information with out requiring billing permissions to be granted alongside it.
The console contains Scope 1, 2, and three emissions attributed to your AWS utilization and exhibits you a breakdown by AWS Area, service, equivalent to Amazon CloudFront, Amazon Elastic Compute Cloud (Amazon EC2), and Amazon Easy Storage Service (Amazon S3). The underlying information 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 complicated, groups want extra flexibility accessing and dealing with their emissions information. The console now features a Experiences web page the place you possibly can obtain preset month-to-month and annual carbon emissions experiences masking each market-based methodology (MBM) and location-based methodology (LBM) information. You too can construct a customized comma-separated values (CSV) report by deciding on 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 information views and exports mirror your fiscal yr and quarters, which removes a typical friction level for finance and sustainability groups working in parallel.
You too can use the brand new API or the AWS SDKs to combine emissions information into your individual reporting pipelines, dashboards, or compliance workflows. That is helpful for groups that want to drag information for a selected month throughout numerous accounts with out organising a knowledge export or for organizations that want to determine customized account groupings that don’t align with their current AWS Organizations construction.
You’ll be able to learn in regards to 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 prime of the display.
The Carbon emissions part offers an estimate in your carbon emissions, expressed in metric tons of carbon dioxide equal (MTCO2e). It exhibits the emissions by scope, expressed within the MBM and the LBM. On the precise aspect of the display, you possibly can modify the date vary or filter by service, Areas, and extra.
For these unfamiliar: Scope 1 contains direct emissions from owned or managed sources (for instance, information heart gasoline use); Scope 2 covers oblique emissions from the manufacturing of bought vitality (with MBM accounting for vitality attribute certificates and LBM utilizing common native grid emissions); and Scope 3 contains different oblique emissions throughout the worth chain, equivalent to server manufacturing and information heart development. You’ll be able to learn extra about this in our methodology doc, which was independently verified by Apex, a third-party guide.
I also can use API or AWS Command Line Interface (AWS CLI) to programmatically pull the emissions information.
aws sustainability get-estimated-carbon-emissions
--time-period='{"Begin":"2025-03-01T00:00:00Z","Finish":"2026-03-01T23:59:59.999Z"}'
{
"Outcomes": [
{
"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 combination of the visual console and the new API gives you two additional ways to work with your data, in addition to the Data Exports still available. You can now explore and identify hotspots on the console and automate the reporting you want to share with stakeholders.
The Sustainability console is designed to grow. We plan to continue to release new features as we grow the console’s capabilities alongside our customers.
Get started today
The AWS Sustainability console is available today at no additional cost. You can access it from the AWS Management Console. Historical data is available going back to January 2022, so you can start exploring your emissions trends right away.
Get started on the console today. If you want to learn more about the AWS commitment to sustainability, visit the AWS Sustainability page.



