View Source AWS.Sustainability (aws-elixir v1.0.15)

The AWS Sustainability service provides programmatic access to estimated environmental impact data for your Amazon Web Services usage.

Use the AWS Sustainability service to retrieve, analyze, and track the environmental impact of your cloud infrastructure over time.

With the AWS Sustainability service, you can:

  • Retrieve estimated carbon emissions and water allocation for your Amazon Web Services usage across different time periods

  • Group environmental impact data by dimensions such as account, region, and service

  • Filter environmental impact data to focus on specific accounts, regions, or services

  • Access multiple carbon emissions calculation methodologies including Location-based Method (LBM) and Market-based Method (MBM)

  • Aggregate environmental impact data at various time granularities including monthly, quarterly, and yearly periods

The API supports pagination for efficient data retrieval and provides dimension values to help you understand the available grouping and filtering options for your account.

Link to this section Summary

Functions

Returns estimated carbon emission values based on customer grouping and filtering parameters.

Returns the possible dimension values available for a customer's account.

Returns estimated water allocation values based on customer grouping and filtering parameters.

Returns the possible dimension values available for a customer's account.

Link to this section Functions

Link to this function

get_estimated_carbon_emissions(client, input, options \\ [])

View Source

Returns estimated carbon emission values based on customer grouping and filtering parameters.

We recommend using pagination to ensure that the operation returns quickly and successfully.

Link to this function

get_estimated_carbon_emissions_dimension_values(client, input, options \\ [])

View Source

Returns the possible dimension values available for a customer's account.

We recommend using pagination to ensure that the operation returns quickly and successfully.

Link to this function

get_estimated_water_allocation(client, input, options \\ [])

View Source

Returns estimated water allocation values based on customer grouping and filtering parameters.

We recommend using pagination to ensure that the operation returns quickly and successfully.

Link to this function

get_estimated_water_allocation_dimension_values(client, input, options \\ [])

View Source

Returns the possible dimension values available for a customer's account.

We recommend using pagination to ensure that the operation returns quickly and successfully.