# Introduction

## AWS Aviator

Aviator is a comprehensive set of open source documentation to help you navigate the clouds.

This set of documentation covers AWS services.

## Layout

Each service will be broken down into the following sections

### Summary

A short description of the service and links to official landing page

### Features

A short description of what features the product suports

### Quickstart

CLI examples of getting started with these services

### Limitation

Limitations of the service. This includes rate limits, resource restrictions and other bottlenecks

### Pricing

### Gotchas

Sharp edges of the service and where people have gotten stuck in

### Wishlist

Things we want from AWS

### Topics

Specific areas

#### Budget

Tips and best practices for optimizing budget

#### Availability

Tips and best practices for availability

#### Performance

Tips and best practices for ensuring highest throughput

#### Security

Tips and best practices for security

## Related

Links to more resources that dive into the service in more depth

## Children

* boto3: common api commands using boto3 library
* cook: cookbook for common recipes
* faq: faq for common issues


---

# 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://awsdocs.aviator.thence.io/master.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.
