OpsCanary
Back to daily brief
awsPractitioner

Unlocking AWS Sustainability Console: Streamlined Emissions Reporting

5 min read AWS BlogMar 31, 2026
Share
PractitionerHands-on experience recommended

The AWS Sustainability console exists to simplify the complex task of tracking and reporting carbon emissions across your AWS usage. As organizations increasingly focus on sustainability, having a dedicated console for emissions data allows you to measure your carbon footprint without the need for billing permissions. This console provides insights into Scope 1, 2, and 3 emissions, giving you a comprehensive view of your environmental impact.

How does it work? The console operates independently from the AWS Billing console, allowing sustainability professionals direct access to emissions data. You can break down emissions by AWS Region and service, such as Amazon CloudFront, Amazon EC2, and Amazon S3. Additionally, you can configure the reporting period to align with your organization’s fiscal year, ensuring that the data you collect is relevant and timely. For those looking to integrate emissions data into existing workflows, the new API and AWS SDKs enable seamless integration into your reporting pipelines and dashboards.

In production, leveraging the AWS Sustainability console means you can easily monitor your carbon emissions and make data-driven decisions towards sustainability. However, be aware that while it provides a wealth of information, you should ensure that your team is trained to interpret and act on this data effectively. The console's independence from billing permissions is a significant advantage, but it also means that you need to manage access carefully to avoid confusion among team members.

Key takeaways

  • Access emissions data without billing permissions using the AWS Sustainability console.
  • Break down Scope 1, 2, and 3 emissions by AWS Region and service.
  • Configure the reporting period to match your organization's fiscal year.
  • Integrate emissions data into your reporting pipelines using the new API or AWS SDKs.
  • Utilize the Customer Carbon Footprint Tool (CCFT) for additional insights.

Why it matters

This console empowers organizations to take actionable steps towards reducing their carbon footprint, aligning with global sustainability goals. By providing detailed emissions data, it enables informed decision-making and accountability.

Code examples

Bash
aws sustainability get-estimated-carbon-emissions \
     --time-period='{"Start":"2025-03-01T00:00:00Z","End":"2026-03-01T23:59:59.999Z"}'

When NOT to use this

The official docs don't call out specific anti-patterns here. Use your judgment based on your scale and requirements.

Want the complete reference?

Read official docs

Test what you just learned

Quiz questions written from this article

Take the quiz →

Get the daily digest

One email. 5 articles. Every morning.

No spam. Unsubscribe anytime.