# 1) Operational Excellence

* Ability to **support development and run workloads effectively**, gain insight into their operations, and to **continuously improve supporting processes** and procedures to **deliver business value.**

## **Design Principles:**

* **Perform operations as code:** Infrastructure as Code (CloudFormation).<br>
* **Make frequent, small, reversible changes.**<br>
* **Refine operations procedures frequently:** Make sure the team is familiar with the changes as well.<br>
* **Anticipate failure:** Expect failure and learn from it.<br>
* **Learn from all operational failures:** Learn from all operational events and failures.


---

# 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://karansingh.gitbook.io/ccpnotes/architecting-on-the-cloud/well-architected-framework/1-operational-excellence.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.
