# Why Do I See New Monthly Charges from AWS Cost Explorer?

To populate historical AWS billing data used to provide commitment recommendations & cost visibility, Archera uses a few Metered APIs in your AWS account that may have small costs associated with them.

This primarily includes:

* **AWS Cost Explorer** (priced at $0.01 per API call)
* **AWS Costs and Usage Report** (which AWS generates in your Account's S3 Buckets with associated storage & access costs)
* **Additional metered services** like AWS Compute Optimizer (optional)

## Expected Cost Impact

For most customers, calls to these APIs correspond to a cost increase of no more than **$20 for the first month** using Archera, as we make API calls to fill historical data in our caches, then around **$2 per month** going forward as we refresh our caches with the latest monthly data.

## Why These Costs Are Necessary

Unfortunately even if you were to pull this data from AWS yourself, they will bill you anytime you want to generate and pull your detailed historical costs & usage. If you are looking to optimize AWS costs with or without Archera there is no way around these charges, and due to Archera's caching of your cost data to minimize calls to metered AWS APIs, it is by far the most efficient way to access & consume this data.

## Related Resources

* [Why does AWS Cost Explorer Show a Cost Increase After Archera Commitment Purchases?](/help-center/aws-faq/cost-explorer-increase.md)
* [Why Not Just Use AWS Cost Explorer?](/help-center/aws-faq/why-not-cost-explorer.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.archera.ai/help-center/aws-faq/cost-explorer-charges.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
