[HTML payload içeriği buraya]
32.9 C
Jakarta
Wednesday, May 6, 2026

Saying the AWS Sustainability console: Programmatic entry, configurable CSV stories, and Scope 1–3 reporting in a single place


Voiced by Polly

As lots of you might be, I’m a mum or dad. And such as you, I take into consideration the world I’m constructing for my kids. That’s a part of why as we speak’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 assets in a single place.

With the The Local weather Pledge, Amazon set a objective in 2019 to achieve net-zero carbon throughout our operations by 2040. That dedication shapes how AWS builds its information facilities and providers. 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 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 typically don’t have (and shouldn’t want) entry to price and billing information. Getting the correct folks entry to the correct information 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 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, similar 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 Reviews web page the place you possibly can obtain preset month-to-month and annual carbon emissions stories masking each market-based technique (MBM) and location-based technique (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 standard 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 tug information for a particular month throughout numerous accounts with out establishing an information export or for organizations that want to determine customized account groupings that don’t align with their current AWS Organizations construction.

You may learn concerning the newest options launched and methodology updates immediately on the Launch notes web page on the Study 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.

Sustainability console - carbon emission 1

Sustainability console - carbon emission 2

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 correct aspect of the display, you possibly can alter 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 middle 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, similar to server manufacturing and information middle building. You may learn extra about this in our methodology doc, which was independently verified by Apex, a third-party advisor.

I can even 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.

— seb

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles