# Cost control

* Why focus on cost?
  * Produce more rounded, cloud-ready designs
* Who is responsible for cost control?
  * You
  * Business owners
  * Developers
  * Operations
  * Finance
* Dealing with budget owners
  * Solution design
    * Separate one-off and monthly costs
    * Include non-AWS costs
    * Link to AWS calculator
    * Sign-off section
    * Include a clear bill of materials
  * Nothing is built without signed off design
  * Building solutions
    * Building to design and specification
    * 'Just in time' provisioning
  * Running solutions
    * Identifying cost savings
    * Gamification (cost-saving leaderboard)
    * KPIs
    * Incentives
  * Reviewing projects
    * New projects - week after launch, after 1 month
    * Ongoing projects - review every 3 months
* Tagging resources
  * Tags - what are they?
    * Key / Value pairs
    * A way to identify and group resources
    * Maximum of 50 or 10 tags per resources
    * Character set and length limits
    * Some resources can not be tagged
  * Tagging standard scheme
    * Match your company, IT or project structure
    * Untagged resource policy
    * Document it and set a start date
    * Potential tags
      * 'Name' is a given
      * 'Purpose' - web, app, mobile, etc.
      * 'Project' - application, new app, etc
      * 'Creator' - name of a person or tool
      * 'Environment' - staging, test, UAT
      * 'Freetext' - anything at all
    * Leave rome for expansion
  * Set and get tags
    * Console
    * CLI
    * CloudFormation
    * SDKs
  * Bulk tag editing can be performed with 'Tag Editor'
  * Tag enforcement can be done with 'Tag Policies'
  * Resource Groups can be created with group AWS resources by the given set of tags


---

# 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://notebook.iuriioapps.com/cloud/aws/monitoring/cost-control.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.
