# aws101

## aws101

- [Introdução](https://aws101.leandronsp.com/introducao.md): Um guia prático para a caminhada devops em ambiente cloud
- [Criar uma conta na AWS](https://aws101.leandronsp.com/criar-uma-conta-na-aws.md)
- [Configurar AWS CLI](https://aws101.leandronsp.com/configurar-aws-cli.md)
- [Instalar jq - JSON processor](https://aws101.leandronsp.com/instalar-jq-json-processor.md)
- [Criar key-pair no EC2](https://aws101.leandronsp.com/criar-key-pair-no-ec2.md)
- [Criar regra de firewall no EC2](https://aws101.leandronsp.com/criar-regra-de-firewall-no-ec2.md)
- [Criar instância virtual no EC2](https://aws101.leandronsp.com/criar-instancia-virtual-no-ec2.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://aws101.leandronsp.com/introducao.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.
