# Academy

- [AWS Security Cookbook by Tyler](https://www.techwithtyler.dev/academy/aws-security-cookbook-by-tyler.md): Master AWS cloud security with this cookbook.  Dive into practical tutorials and code examples for essential services, covering common security challenges and solutions.
- [AWS Control Tower](https://www.techwithtyler.dev/academy/aws-security-cookbook-by-tyler/aws-control-tower.md): An overview of AWS Control Tower
- [Lab: Deploying AWS Control Tower via Terraform](https://www.techwithtyler.dev/academy/aws-security-cookbook-by-tyler/aws-control-tower/lab-deploying-aws-control-tower-via-terraform.md): How to deploy AWS Control Tower via Terraform
- [AWS CloudTrail](https://www.techwithtyler.dev/academy/aws-security-cookbook-by-tyler/aws-cloudtrail.md): How to setup and validate CloudTrail
- [AWS GuardDuty](https://www.techwithtyler.dev/academy/aws-security-cookbook-by-tyler/aws-guardduty.md): An overview of AWS GuardDuty
- [Lab: Deploying AWS GuardDuty via Terraform](https://www.techwithtyler.dev/academy/aws-security-cookbook-by-tyler/aws-guardduty/lab-deploying-aws-guardduty-via-terraform.md): How to deploy AWS GuardDuty via Terraform
- [Lab: Logging GuardDuty Findings to S3](https://www.techwithtyler.dev/academy/aws-security-cookbook-by-tyler/aws-guardduty/lab-logging-guardduty-findings-to-s3.md): How to export GuardDuty logs to Amazon S3
- [Lab: Adversary Simulation Detection with Stratus Red Team and GuardDuty](https://www.techwithtyler.dev/academy/aws-security-cookbook-by-tyler/aws-guardduty/lab-adversary-simulation-detection-with-stratus-red-team-and-guardduty.md): Detecting Adversaries with GuardDuty
- [AWS IAM](https://www.techwithtyler.dev/academy/aws-security-cookbook-by-tyler/aws-iam.md): An overview of the AWS Identity Access Management (IAM) Service
- [AWS Organizations](https://www.techwithtyler.dev/academy/aws-security-cookbook-by-tyler/aws-organizations.md): An overview of AWS Organizations
- [Lab: Deploying AWS Organizations via Terraform](https://www.techwithtyler.dev/academy/aws-security-cookbook-by-tyler/aws-organizations/lab-deploying-aws-organizations-via-terraform.md): How to deploy AWS Organizations via Terraform
- [AWS Root Account Management](https://www.techwithtyler.dev/academy/aws-security-cookbook-by-tyler/aws-root-account-management.md): An overview of AWS Root Account Management
- [Lab: Deploying AWS Root Account Management via Terraform](https://www.techwithtyler.dev/academy/aws-security-cookbook-by-tyler/aws-root-account-management/lab-deploying-aws-root-account-management-via-terraform.md): How to deploy AWS Root Account Management via Terraform
- [AWS Service Control Policies (SCPs)](https://www.techwithtyler.dev/academy/aws-security-cookbook-by-tyler/aws-service-control-policies-scps.md): An overview of AWS Service Control Policies (SCPs)
- [Lab: Deploying AWS Service Control Policies (SCPs) via Terraform](https://www.techwithtyler.dev/academy/aws-security-cookbook-by-tyler/aws-service-control-policies-scps/lab-deploying-aws-service-control-policies-scps-via-terraform.md): How to deploy AWS Service Control Policies via Terraform
- [AWS Declarative Policies](https://www.techwithtyler.dev/academy/aws-security-cookbook-by-tyler/aws-declarative-policies.md): An overview of AWS Declarative Policies


---

# 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://www.techwithtyler.dev/academy.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.
