> For the complete documentation index, see [llms.txt](https://docs.finout.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.finout.io/user-guide/optimize/costguard/connect-costguard-for-aws/aws-extended-support-detection.md).

# AWS Extended Support Detection

## **Overview**

Finout’s CostGuard automatically detects AWS Extended Support fees — extra charges applied by AWS for running legacy or outdated services. These hidden fees can quietly inflate your cloud bill, and are often missed until they add up significantly.

This helps identify which resources are incurring extended support costs and estimates how much could be saved by upgrading to supported versions. No manual tagging or setup is needed, as outdated services are automatically flagged with clear indications of unsupported versions, helping teams reduce waste and avoid unnecessary costs.

## How Does it Work?

1. **Daily Billing Scan**\
   CostGuard automatically scans your latest AWS billing data every day, ensuring up-to-date visibility into any new or ongoing support charges.
2. **Identification of Extended Support Charges**\
   It identifies line items in the billing data that are associated with AWS Extended Support, specifically for services like:
   * Amazon RDS&#x20;
   * Amazon EKS&#x20;
   * ElastiCache
   * OpenSearch
3. **No Manual Setup Needed**\
   No tagging, configuration, or permissions are required from your side. The detection is based purely on your cloud billing data, making setup effortless.
4. **Flagging and Recommendations**\
   Once outdated resources are identified, CostGuard flags them and provides actionable upgrade paths, helping your team prioritize and reduce waste.
5. **Estimated Savings**\
   For each flagged resource, CostGuard calculates and displays potential yearly savings if upgraded, giving you a clear financial incentive to act.

## View Extended Support Detection in Finout

1. In Finout, navigate to **CostGuard**.<br>

   <figure><img src="/files/emjY7IWQprG10AUXRnCw" alt=""><figcaption></figcaption></figure>
2. Click **Idle**.\
   All of the idle scans appear.<br>

   <figure><img src="/files/4eicRX5uDbrjKwm5vOk1" alt=""><figcaption></figcaption></figure>
3. Choose a scan that includes the term Extende&#x64;**.**\
   The **All Resources** list appears, including all the resources of the chosen scan.<br>

   <figure><img src="/files/2KeRXUxHzKT8o6oSxHlY" alt=""><figcaption></figcaption></figure>
4. Click on a **Resource** to see more details.\
   The resource details appear.<br>

   <figure><img src="/files/Ttr6Qf9Vljb1zQfkPSPw" alt=""><figcaption></figcaption></figure>

## FAQs

**Which AWS services are currently supported for Extended Support detection?**

Finout currently detects Extended Support fees for AWS RDS, Amazon EKS, ElastiCache, OpenSearch. Support for additional services will be added in future updates.

**Does this feature require any additional permissions?**

No. Detection is based solely on your existing cloud billing data, so there’s no need to grant extra permissions.

**Do I need to manually tag or configure anything for this to work?**

No manual tagging or user input is required. Finout automatically flags outdated services and provides upgrade recommendations.

**What data is used to detect Extended Support fees?**

Finout uses cloud billing data to detect services incurring Extended Support charges with no additional configuration or data sources needed.

**Can I upgrade from a deprecated service to a supported version?**

Yes. For every deprecated or Extended Support service, there is a compatible, up-to-date version you can migrate to to avoid additional fees.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.finout.io/user-guide/optimize/costguard/connect-costguard-for-aws/aws-extended-support-detection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
