> For the complete documentation index, see [llms.txt](https://tkssharma-devops.gitbook.io/devops-training/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tkssharma-devops.gitbook.io/devops-training/syllabus.md).

# AWS Components

- [AWS Components In Depth](https://tkssharma-devops.gitbook.io/devops-training/syllabus/untitled.md)
- [AWS Storage](https://tkssharma-devops.gitbook.io/devops-training/syllabus/untitled/aws-storage.md)
- [AWS EBS](https://tkssharma-devops.gitbook.io/devops-training/syllabus/untitled/aws-storage/aws-ebs.md)
- [AWS Cloudfront](https://tkssharma-devops.gitbook.io/devops-training/syllabus/untitled/aws-storage/aws-cloudfront.md)
- [AWS S3](https://tkssharma-devops.gitbook.io/devops-training/syllabus/untitled/aws-storage/aws-s3.md)
- [AWS Compute](https://tkssharma-devops.gitbook.io/devops-training/syllabus/untitled/aws-compute.md)
- [ECS](https://tkssharma-devops.gitbook.io/devops-training/syllabus/untitled/aws-compute/ecs.md)
- [AWS VPC](https://tkssharma-devops.gitbook.io/devops-training/syllabus/untitled/aws-compute/aws-vpc.md)
- [VPC Components](https://tkssharma-devops.gitbook.io/devops-training/syllabus/untitled/aws-compute/aws-vpc/vpc-components.md)
- [AWS EC2](https://tkssharma-devops.gitbook.io/devops-training/syllabus/untitled/aws-compute/aws-ec2.md)
- [AWS ELB](https://tkssharma-devops.gitbook.io/devops-training/syllabus/untitled/aws-compute/aws-elb.md)
- [Application Load balancer](https://tkssharma-devops.gitbook.io/devops-training/syllabus/untitled/aws-compute/aws-elb/application-load-balancer.md)
- [Example](https://tkssharma-devops.gitbook.io/devops-training/syllabus/untitled/aws-compute/aws-elb/application-load-balancer/example.md)
- [AWS EC2 Auto Scaling](https://tkssharma-devops.gitbook.io/devops-training/syllabus/untitled/aws-compute/aws-ec2-auto-scaling.md)
- [Demo](https://tkssharma-devops.gitbook.io/devops-training/syllabus/untitled/aws-compute/aws-ec2-auto-scaling/demo.md)
- [AWS Route 53](https://tkssharma-devops.gitbook.io/devops-training/syllabus/untitled/aws-compute/aws-route-53.md)
- [AWS Lambda Serverless](https://tkssharma-devops.gitbook.io/devops-training/syllabus/untitled/aws-compute/aws-lambda-serverless.md)
- [AWS Lambda Serverless Computing](https://tkssharma-devops.gitbook.io/devops-training/syllabus/untitled/aws-compute/aws-lambda-serverless/aws-lambda-serverless-computing.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 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, and the optional `goal` query parameter:

```
GET https://tkssharma-devops.gitbook.io/devops-training/syllabus.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
