# AWS

- [AWS - 40 most common Services](https://docs.arkannis.net/cloud/aws/aws-40-most-common-services.md): This page includes 40 of the most commonly used Services in AWS with a description of what they do
- [AWS CLI Cheatsheet](https://docs.arkannis.net/cloud/aws/aws-cli-cheatsheet.md): This page contains a cheat sheet with useful AWS commands
- [Account & IAM](https://docs.arkannis.net/cloud/aws/account-and-iam.md)
- [Create AWS Account](https://docs.arkannis.net/cloud/aws/account-and-iam/create-aws-account.md)
- [Lambda](https://docs.arkannis.net/cloud/aws/lambda.md)
- [Create Lambda function for Lightsail](https://docs.arkannis.net/cloud/aws/lambda/create-lambda-function-for-lightsail.md): Example of how to create a quick stop/start Lambda function for Lightsail in AWS
- [Route 53](https://docs.arkannis.net/cloud/aws/route-53.md)
- [Set up R53 DNS Entry for GitBook](https://docs.arkannis.net/cloud/aws/route-53/set-up-r53-dns-entry-for-gitbook.md): This guide shows how to set up a custom URL for GitBook using Route53 in AWS
- [RDS](https://docs.arkannis.net/cloud/aws/rds.md)
- [AWS RDS Burst Balance](https://docs.arkannis.net/cloud/aws/rds/aws-rds-burst-balance.md)
- [VPC](https://docs.arkannis.net/cloud/aws/vpc.md)
- [What is a VPC](https://docs.arkannis.net/cloud/aws/vpc/what-is-a-vpc.md)
- [EC2](https://docs.arkannis.net/cloud/aws/ec2.md)
- [Removing EC2 user from sudo list](https://docs.arkannis.net/cloud/aws/ec2/removing-ec2-user-from-sudo-list.md)
- [Create a Windows Gaming VPS](https://docs.arkannis.net/cloud/aws/ec2/create-a-windows-gaming-vps.md): This page contains interesting stuff that does not have it's own documentation
- [Connecting to a AWS EC2 instance](https://docs.arkannis.net/cloud/aws/ec2/connecting-to-a-aws-ec2-instance.md)


---

# 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://docs.arkannis.net/cloud/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.
