> For the complete documentation index, see [llms.txt](https://docs.elite.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.elite.cloud/product-overview/why-elitecloud-is-cheaper/ai-optimization.md).

# AI 智慧優化 : 檢查雲端資源浪費

在 AWS 環境中，非必要的支出往往源&#x65BC;**「運算、儲存與網路」**&#x4E09;大類別中的閒置資源（Idle Resources）。

勤英科技運用 AI 智慧偵測技術，深度掃描您的雲端環境，精準揪出看不見的資源浪費，協助您在不影響效能的前提下，極大化成本節省效益。

### 常見的閒置雲端資源有哪些？

#### 1. 運算 (Compute)

* Idle EC2 Instances： 這是最常見的浪費。許多測試或開發環境在下班後或專案結束後未關閉，持續產生執行費用。
* Low Utilization EC2： 雖然實例正在執行，但 CPU 利用率長期低於 5%（例如買了很大規格的機型卻只跑簡單腳本），這屬於「過度配置 (Over-provisioning)」。
* Idle RDS Instances： 資料庫服務通常比 EC2 貴，若開發環境的資料庫在周末或非辦公時間持續運作，會累積可觀費用。

#### 2. 儲存 (Storage)&#x20;

* Unattached EBS Volumes： 當您刪除 EC2 執行個體時，預設情況下關聯的 EBS 磁碟（雲端硬碟）可能不會被同步刪除。這些「孤兒磁碟」會持續按容量計費。
* Old EBS Snapshots： 為了備份而建立的快照，若沒有設定生命週期管理（Lifecycle Policy），過期的舊快照會越積越多，佔用大量儲存空間。

#### 3. 網路與負載均衡 (Networking)

* Idle Load Balancers (ALB/NLB/CLB)： 負載均衡器只要開啟就會有每小時的固定低消。如果後端沒有掛載任何執行個體，或者完全沒有流量通過，它依然會持續計費。
* Unused NAT Gateways： NAT Gateway 是按小時收費的，且價格不菲。如果某個 VPC 已經不再需要連外，或是流量極低，掛在那邊的 Gateway 也是一筆固定開銷。

### 找出閒置資源後，勤英科技可以協助您：

我們深知優化並不只是規格調整、閒置資源關閉而已，是否安全、合適、與其所造成的影響，也必須全面列入考量。

勤英科技的架構師團隊可以協助您做完整技術評估，檢視環境中是否存在使用率過低的執行個體或不符合成本效益的網路架構，並主動針對相容性風險（如處理器架構或驅動程式差異）提供具體的調整路徑與備援建議，讓您的雲端環境更健康安全。


---

# 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.elite.cloud/product-overview/why-elitecloud-is-cheaper/ai-optimization.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.
