# General Stuff about AWS

1. The on demand self-service delivery of compute power, DB, storage, app, and other IT resources through a cloud services platform via the Internet with pay-as-yo-go pricing is the essence of any cloud and AWS is no different. In short, AWS started as a DataCenter as a service.
2. When one uses AWS, they are kind of accepting the shared responsibility model, where **AWS** is responsible for **security of the cloud** and **customers** are responsible for **security in the cloud,** as shown below, and it changes with type of the service:

<figure><img src="/files/oa8T3XtMYuM2wxBA7xuR" alt=""><figcaption><p>Source: <a href="https://aws.amazon.com/blogs/industries/applying-the-aws-shared-responsibility-model-to-your-gxp-solution/">https://aws.amazon.com/blogs/industries/applying-the-aws-shared-responsibility-model-to-your-gxp-solution/</a></p></figcaption></figure>

<figure><img src="/files/ERFnSgV1KCHjyFmo9KRB" alt=""><figcaption><p>Source: <a href="https://aws.amazon.com/blogs/industries/applying-the-aws-shared-responsibility-model-to-your-gxp-solution/">https://aws.amazon.com/blogs/industries/applying-the-aws-shared-responsibility-model-to-your-gxp-solution/</a></p></figcaption></figure>

3. AWS has something called as metadata resource tags, which can be used to segregate workloads across all AWS Services.
4. AWS Pricing Calculator can be used to get an estimated cost before moving workloads into the AWS cloud.
5. AWS Cost Explorer is useful for segregation wise cost by either linked account or linked accounts.
6. AWS Organizations is a simple way to get consolidated billing and apply common policies by having a master account and then creating department wise accounts under that.
7. Whenever events affecting customers of AWS occur, AWS Personal Health Dashboard can provide alerts and guidance related to remediation.
8. **AWS Trusted Advisor** is an automated tool to check AWS usage against best practices. All AWS customers get access to seven core checks. It gives recommendations related to Cost Optimization, Performance, **Security,** Fault Tolerance and Service Limits. For complete Trusted Advisor Checks, it is recommended to opt for AWS Business Support.
9. Where Cloud like AWS shines, is Serverless computing offering. It takes PaaS a step further, by introducing the developers with event driven based architecture, which means whatever code the devs are writing, will get an execution environment when an external event is triggered and they have to pay only for the compute required when the code is executed.&#x20;


---

# 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://notes.radifine.com/aws/general-stuff-about-aws.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.
